[]
Initialize a new instance of ResourceRegion struct.
public ResourceRegion(int left, int top, int front, int right, int bottom, int back)
Public Sub New(left As Integer, top As Integer, front As Integer, right As Integer, bottom As Integer, back As Integer)
| Type | Name | Description |
|---|---|---|
| int | left | Left coordinates (inclusive) |
| int | top | Top coordinates (inclusive) |
| int | front | Front coordinates (inclusive) |
| int | right | Right coordinates (exclusive) |
| int | bottom | Bottom coordinates (exclusive) |
| int | back | Back coordinates (exclusive) |