Returns the selected area of the image.
Namespace:
CADImport
Assembly: CADImport (in CADImport.dll)
Syntax
Visual Basic (Declaration) |
Public Function GetSelectEntityRegion( _ ByVal rect As Rectangle _ ) As Region |
Parameters
-
rect
-
Type: Rectangle
A Region object representing the selected area of the image.
Return Value
A
Rectangle object specifying the image area to be selected.
Platforms
Version Information
.NET Framework
Supported in: 2.0 - 4, NET6
.NET Framework Client Profile
Supported in: 4, 3.5 SP1
See Also