CADability dotNET
Set the direction of the view, the center and the scaling factor

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

Syntax

C#
public void SetProjection(
	GeoVector direction,
	GeoPoint center,
	double scalingFactor
)
Visual Basic
Public Sub SetProjection ( _
	direction As GeoVector, _
	center As GeoPoint, _
	scalingFactor As Double _
)
Visual C++
public:
void SetProjection(
	GeoVector direction, 
	GeoPoint center, 
	double scalingFactor
)

Parameters

direction
Type: CADability..::..GeoVector
The direction
center
Type: CADability..::..GeoPoint
The center in worldcoordinates
scalingFactor
Type: System..::..Double
World units to pixel

See Also