CADability dotNET
Returns the extent of this object in the display area.

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

Syntax

C#
BoundingRect GetDisplayExtent(
	double WorldToPixel
)
Visual Basic
Function GetDisplayExtent ( _
	WorldToPixel As Double _
) As BoundingRect
Visual C++
BoundingRect GetDisplayExtent(
	double WorldToPixel
)

Parameters

WorldToPixel
Type: System..::..Double
Scalingfactor for the display

Return Value

The Extent

See Also