CADability dotNET

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

Syntax

C#
public double[,] GetOpenGLProjection(
	int left,
	int right,
	int bottom,
	int top,
	BoundingCube extend
)
Visual Basic
Public Function GetOpenGLProjection ( _
	left As Integer, _
	right As Integer, _
	bottom As Integer, _
	top As Integer, _
	extend As BoundingCube _
) As Double(,)
Visual C++
public:
array<double,2>^ GetOpenGLProjection(
	int left, 
	int right, 
	int bottom, 
	int top, 
	BoundingCube extend
)

Parameters

left
Type: System..::..Int32
right
Type: System..::..Int32
bottom
Type: System..::..Int32
top
Type: System..::..Int32
extend
Type: CADability..::..BoundingCube

See Also