Typed VPAT access properties with coordinate pixel access.
More...
Typed VPAT access properties with coordinate pixel access.
- Template Parameters
-
T | Pixel type to use.Attention: Do not use reference types in T as this will leak memory! |
◆ this[int x, int y]
Gets or sets the the pixel value at [x ,y ].
This is convenience functionality and not fast as this requires generic marshaling.
Attention: This access is unchecked regarding out-of-range violations!
- Parameters
-
x | X component of coordinate. |
y | Y component of coordinate. |
- Returns
- The value at [x ,y ].