CADability dotNET

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

Syntax

C#
public void SetPerspective(
	GeoPoint fromHere,
	GeoVector dir,
	Rectangle clientRect,
	BoundingCube modelExtent,
	GeoPoint fixPoint
)
Visual Basic
Public Sub SetPerspective ( _
	fromHere As GeoPoint, _
	dir As GeoVector, _
	clientRect As Rectangle, _
	modelExtent As BoundingCube, _
	fixPoint As GeoPoint _
)
Visual C++
public:
void SetPerspective(
	GeoPoint fromHere, 
	GeoVector dir, 
	Rectangle clientRect, 
	BoundingCube modelExtent, 
	GeoPoint fixPoint
)

See Also