Size
struct Sizeimport Size from Wax;A layout width and height in logical points. Construction stores the supplied values without clamping or validation.
Members
widthfield
public float widthHorizontal extent in logical points.
heightfield
public float heightVertical extent in logical points.
constructorconstructor
public constructor (float width, float height)Stores the supplied width and height.
Zerogetter
public static get Zero() : SizeA size with both dimensions zero.
ToStringmethod
public fn ToString() : stringProvided by the compiler.
ToStringBuffermethod
public fn ToStringBuffer(StringBuilder builder) : int32Provided by the compiler.