Describes the position of the child sub image relative to the parent image.
More...
Inherits Enum.
|
int | TopLeft = 0 |
| A position in the top-left corner.
|
|
int | TopCenter = 1 |
| A position at the top center.
|
|
int | TopRight = 2 |
| A position in the top-right corner.
|
|
int | MiddleLeft = 3 |
| A position of the left in the middle.
|
|
int | MiddleCenter = 4 |
| A central position.
|
|
int | MiddleRight = 5 |
| A position of the right in the middle.
|
|
int | BottomLeft = 6 |
| A position in the bottom-left corner.
|
|
int | BottomCenter = 7 |
| A position at the bottom center.
|
|
int | BottomRight = 8 |
| A position in the bottom-right corner.
|
|
Describes the position of the child sub image relative to the parent image.
This enum is used for creation of sub image view in method Simd.Image.RegionAt.