Свойство | Type | Description | |
---|---|---|---|
height | int | ||
width | int |
Méthode | Description | |
---|---|---|
BeginUpdate ( ) : void | ||
EndUpdate ( ) : void | ||
GetPoint ( int x, int y ) : |
||
GetPointAddress ( Point point ) : ColorBgra* | ||
GetPointAddress ( int x, int y ) : ColorBgra* | ||
GetRowAddress ( int y ) : ColorBgra* |
public GetPoint ( int x, int y ) : |
||
x | int | |
y | int | |
Résultat |
public GetPointAddress ( Point point ) : ColorBgra* | ||
point | Point | |
Résultat | ColorBgra* |
public GetPointAddress ( int x, int y ) : ColorBgra* | ||
x | int | |
y | int | |
Résultat | ColorBgra* |
public GetRowAddress ( int y ) : ColorBgra* | ||
y | int | |
Résultat | ColorBgra* |