메소드 | 설명 | |
---|---|---|
CombineBitmapAlpha ( |
Combines a RGB bitmap and a greyscale mask into a RGBA bitmap
|
|
ToByteArray ( this image, |
Converts an image to a byte array
|
public static CombineBitmapAlpha ( |
||
b | The output bitmap | |
s | The RGB source bitmap | |
a | The greyscale mask | |
리턴 | bool |
public static ToByteArray ( this image, |
||
image | this | The image to convert |
format | The format of the image | |
리턴 | byte[] |