Creates
rectangle by two
points
Namespace:
CADImport
Assembly: CADImport (in CADImport.dll)
Syntax
Visual Basic (Declaration) |
Public Shared Function SetNewRect( _ ByVal p1 As Point, _ ByVal p2 As Point _ ) As Rectangle |
Parameters
-
p1
-
Type: Point
First point
-
p2
-
Type: Point
Second point
Return Value
Created rectangle
Platforms
Version Information
.NET Framework
Supported in: 2.0 - 4, NET6
.NET Framework Client Profile
Supported in: 4, 3.5 SP1
See Also