CVB.Net 14.0
VpatAccessData< T > Struct Template Reference

Typed VPAT access properties with coordinate pixel access. More...

Properties

this[int x, int y] [get, set]
 Gets or sets the the pixel value at [x ,y ]. More...
 

Detailed Description

Typed VPAT access properties with coordinate pixel access.

Template Parameters
TPixel type to use.Attention: Do not use reference types in T as this will leak memory!
Type Constraints
T :struct 

Property Documentation

◆ this[int x, int y]

T this[int x, int y]
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!

Parameters
xX component of coordinate.
yY component of coordinate.
Returns
The value at [x ,y ].