CADability dotNET
Notifies the windowless control that it needs to be rendered. The graphics parameter is transformed with a translation from the original control. The coordinates of the upper left point of this windowless control is (0,0)

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

Syntax

C#
void OnPaint(
	Graphics graphics
)
Visual Basic
Sub OnPaint ( _
	graphics As Graphics _
)
Visual C++
void OnPaint(
	Graphics^ graphics
)

Parameters

graphics
Type: System.Drawing..::..Graphics
The graphics to paint on

See Also