Typed VPAT access properties with coordinate pixel access. More...
Properties | |
T | this[int x, int y] [get, set] |
Gets or sets the the pixel value at [x ,y ]. More... | |
Typed VPAT access properties with coordinate pixel access.
T | Pixel type to use.Attention: Do not use reference types in T as this will leak memory! |
T | : | struct |
|
getset |
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!
x | X component of coordinate. |
y | Y component of coordinate. |