BoxGeometry
struct BoxGeometryimport BoxGeometry from Wax;The result of a box layout: its size and optional first text baseline.
Members
sizefield
public Size sizeThe measured dimensions in logical points.
firstBaselinefield
public float firstBaselineThe first baseline offset in logical points, or -1 when the subtree has no baseline.
constructorconstructor
public constructor (Size size, float firstBaseline)Stores the size and baseline without validation.
ToStringmethod
public fn ToString() : stringProvided by the compiler.
ToStringBuffermethod
public fn ToStringBuffer(StringBuilder builder) : int32Provided by the compiler.