[]
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)
Public Shared Function GetImage(view As FrameworkElement) As Task(Of Byte())
| Type | Name | Description |
|---|---|---|
| FrameworkElement | view |
| Type | Description |
|---|---|
| Task<byte[]> | A byte array with certain image format. |