ResourceRegion Constructor
In This Topic
Initialize a new instance of
ResourceRegion struct.
Syntax
'Declaration
Public Function New( _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer _
)
public ResourceRegion(
int ,
int ,
int ,
int ,
int ,
int
)
Parameters
- left
- Left coordinates (inclusive)
- top
- Top coordinates (inclusive)
- front
- Front coordinates (inclusive)
- right
- Right coordinates (exclusive)
- bottom
- Bottom coordinates (exclusive)
- back
- Back coordinates (exclusive)
See Also