Method | Description | |
---|---|---|
CopyImagePartFrom ( |
||
CopyImagePartTo ( |
||
FlipImageVertically ( |
||
Set24bppRgbImageColor ( |
public static CopyImagePartFrom ( |
||
src | ||
dest | ||
x | int | |
y | int | |
width | int | |
height | int | |
stride | int | |
bytesPerPixel | int | |
return | void |
public static CopyImagePartTo ( |
||
dest | ||
src | ||
x | int | |
y | int | |
width | int | |
height | int | |
stride | int | |
bytesPerPixel | int | |
return | void |
public static FlipImageVertically ( |
||
src | ||
dest | ||
height | int | |
stride | int | |
return | void |
public static Set24bppRgbImageColor ( |
||
image | ||
width | int | |
height | int | |
r | byte | |
g | byte | |
b | byte | |
return | void |