CADability dotNET
Returns the extent of this shape, i.e. the size of the horizontally adjusted rectangle that encloses it.

Namespace: CADability.Shapes
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
public BoundingRect GetExtent()
Visual Basic
Public Function GetExtent As BoundingRect
Visual C++
public:
BoundingRect GetExtent()

Return Value

See Also