Adds an instance of the
PaintEventHandler delegate to the
Paint event of a specified
Control.
Namespace:
CADImport.Export.MetaExport
Assembly: CADImport (in CADImport.dll)
Syntax
Visual Basic (Declaration) |
Public Sub AddDrawMetaFormToOnPaint( _ ByVal control As Control _ ) |
C#
|
public void AddDrawMetaFormToOnPaint( Control control ) |
Parameters
-
control
-
Type: Control
A Control.
Platforms
Version Information
.NET Framework
Supported in: 2.0 - 4, NET6
.NET Framework Client Profile
Supported in: 4, 3.5 SP1
See Also