[]
Get the byte array of the control image. This byte array comes from a UIImagePNGRepresentation in iOS, TrueColorAlpha of PNG format in WP, Bitmap in Android.
public static Task<byte[]> GetImage(this View view)
Type | Name | Description |
---|---|---|
View | view |
Type | Description |
---|---|
Task<byte[]> | A byte array with certain image format. |