ChildGeometry
struct ChildGeometryimport ChildGeometry from Wax;The result of measuring a child: its size and optional first text baseline. A later Place uses the most recent successful measurement.
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.