Initializes a new instance of the
ClipRect class.
Namespace:
CADImport.FaceModule
Assembly: CADImport (in CADImport.dll)
Syntax
Visual Basic (Declaration) |
Public Sub New( _ ByVal aParent As Control, _ ByVal aCurrentRectanle As Rectangle, _ ByVal aColor As Color _ ) |
Parameters
-
aParent
-
Type: Control
A Control on which a Rectangle tool will appear.
-
aCurrentRectanle
-
Type: Rectangle
A Rectangle object representing an image area selected by this Rectangle tool.
-
aColor
-
Type: Color
A Color of the Rectangle tool's bounding lines.
Platforms
Version Information
.NET Framework
Supported in: 2.0 - 4, NET6
.NET Framework Client Profile
Supported in: 4, 3.5 SP1
See Also