CADability dotNET

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

Syntax

C#
public IPaintTo3D CreatePaintToOpenGL(
	double precision,
	IntPtr deviceContext,
	int width,
	int height,
	bool toBitmap
)
Visual Basic
Public Function CreatePaintToOpenGL ( _
	precision As Double, _
	deviceContext As IntPtr, _
	width As Integer, _
	height As Integer, _
	toBitmap As Boolean _
) As IPaintTo3D
Visual C++
public:
IPaintTo3D^ CreatePaintToOpenGL(
	double precision, 
	IntPtr deviceContext, 
	int width, 
	int height, 
	bool toBitmap
)

Parameters

precision
Type: System..::..Double
deviceContext
Type: System..::..IntPtr
width
Type: System..::..Int32
height
Type: System..::..Int32
toBitmap
Type: System..::..Boolean

See Also