ObjectWithBounds.GetBounds

ObjectWithBounds.GetBounds method

Gets the object’s bounds.

public abstract RectangleF GetBounds(Matrix matrix)
ParameterTypeDescription
matrixMatrixThe matrix to apply before bounds will be calculated.

Return Value

The estimated object’s bounds.

See Also