[]
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 FrameworkElement view)
| Type | Name | Description |
|---|---|---|
| FrameworkElement | view |
| Type | Description |
|---|---|
| Task<byte[]> | A byte array with certain image format. |