Creates a new
RECT structure and initializes its fields by the specified values.
Namespace:
CADImport
Assembly: CADImport (in CADImport.dll)
Syntax
Visual Basic (Declaration) |
Public Shared Function FromXYWH( _ ByVal x As Integer, _ ByVal y As Integer, _ ByVal width As Integer, _ ByVal height As Integer _ ) As RECT |
Parameters
-
x
-
Type: int
-
y
-
Type: int
-
width
-
Type: int
-
height
-
Type: int
Return Value
A new RECT structure.
Platforms
Version Information
.NET Framework
Supported in: 2.0 - 4, NET6
.NET Framework Client Profile
Supported in: 4, 3.5 SP1
See Also