Initializes a new instance of the
ImGearRectangle struct.
Syntax
'Declaration
Public Function New( _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer _
)
'Usage
Dim left As Integer
Dim top As Integer
Dim width As Integer
Dim height As Integer
Dim instance As New ImGearRectangle(left, top, width, height)
public ImGearRectangle(
int ,
int ,
int ,
int
)
public: ImGearRectangle(
int ,
int ,
int ,
int
)
public:
ImGearRectangle(
int ,
int ,
int ,
int
)
Parameters
- left
- X-coordinate of the upper-left corner of a rectangle.
- top
- Y-coordinate of the upper-left corner of a rectangle.
- width
- Width of a rectangle.
- height
- Height of a rectangle.
See Also