Initializes a new instance of the
CADRasterImage class.
Namespace:
CADImport.RasterImage
Assembly: CADImport (in CADImport.dll)
Syntax
Visual Basic (Declaration) |
Public Sub New( _ ByVal parentControl As Control _ ) |
C#
|
public CADRasterImage( Control parentControl ) |
Parameters
-
parentControl
-
Type: Control
A Control that is redrawn to receive an animated GIF image.
Platforms
Version Information
.NET Framework
Supported in: 2.0 - 4, NET6
.NET Framework Client Profile
Supported in: 4, 3.5 SP1
See Also