Draws a
CADImage.
Namespace:
CADImport
Assembly: CADImport (in CADImport.dll)
Syntax
Visual Basic (Declaration) |
Public Overridable Sub Draw( _ ByVal e As Graphics, _ ByVal Rect As RectangleF, _ ByVal visibleRegion As Region _ ) |
Parameters
-
e
-
Type: Graphics
A Graphics surface on which to draw the CAD image.
-
Rect
-
Type: RectangleF
A RectangleF object representing an area of the CAD image.
-
visibleRegion
-
Type: Region
Region of visible
Platforms
Version Information
.NET Framework
Supported in: 2.0 - 4, NET6
.NET Framework Client Profile
Supported in: 4, 3.5 SP1
See Also