Method | Description | |
---|---|---|
GetPointAddress ( this surf, Point point ) : PixelData* | ||
GetPointAddress ( this surf, int x, int y ) : PixelData* | ||
GetPointAddressUnchecked ( this surf, |
||
GetPointAddressUnchecked ( this surf, int x, int y ) : PixelData* | ||
GetPointUnchecked ( this surf, |
||
GetPointUnchecked ( this surf, int x, int y ) : |
||
GetRowAddressUnchecked ( this surf, |
||
GetRowAddressUnchecked ( this surf, int y ) : PixelData* |
public static GetPointAddress ( this surf, Point point ) : PixelData* | ||
surf | this | |
point | Point | |
return | PixelData* |
public static GetPointAddress ( this surf, int x, int y ) : PixelData* | ||
surf | this | |
x | int | |
y | int | |
return | PixelData* |
public static GetPointAddressUnchecked ( this surf, |
||
surf | this | |
surfDataPtr | ||
surfWidth | int | |
x | int | |
y | int | |
return | PixelData* |
public static GetPointAddressUnchecked ( this surf, int x, int y ) : PixelData* | ||
surf | this | |
x | int | |
y | int | |
return | PixelData* |
public static GetPointUnchecked ( this surf, |
||
surf | this | |
surfDataPtr | ||
surfWidth | int | |
x | int | |
y | int | |
return |
public static GetPointUnchecked ( this surf, int x, int y ) : |
||
surf | this | |
x | int | |
y | int | |
return |
public static GetRowAddressUnchecked ( this surf, |
||
surf | this | |
surfDataPtr | ||
surfWidth | int | |
y | int | |
return | PixelData* |
public static GetRowAddressUnchecked ( this surf, int y ) : PixelData* | ||
surf | this | |
y | int | |
return | PixelData* |