CADability dotNET
Will be called before any other paint methods are called.

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

Syntax

C#
void Init(
	Control ctrl
)
Visual Basic
Sub Init ( _
	ctrl As Control _
)
Visual C++
void Init(
	Control^ ctrl
)

Parameters

ctrl
Type: System.Windows.Forms..::..Control
The [!:Windows.Forms.Control] object assiciated with this interface

See Also