CADability dotNET
Sets the center of the 2D area

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

Syntax

C#
public void SetCenter(
	GeoPoint2D center
)
Visual Basic
Public Sub SetCenter ( _
	center As GeoPoint2D _
)
Visual C++
public:
void SetCenter(
	GeoPoint2D center
)

Parameters

center
Type: CADability..::..GeoPoint2D

See Also