CADability dotNET

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

Syntax

C#
public BoundingRect GetExtent(
	Projection projection,
	bool Use2DWorld,
	bool RegardLineWidth
)
Visual Basic
Public Function GetExtent ( _
	projection As Projection, _
	Use2DWorld As Boolean, _
	RegardLineWidth As Boolean _
) As BoundingRect
Visual C++
public:
BoundingRect GetExtent(
	Projection^ projection, 
	bool Use2DWorld, 
	bool RegardLineWidth
)

Parameters

projection
Type: CADability..::..Projection
Use2DWorld
Type: System..::..Boolean
RegardLineWidth
Type: System..::..Boolean

See Also