Xamarin.iOS のドキュメント
GetImage メソッド

C1.iOS.Core アセンブリ > C1.iOS.Core 名前空間 > ViewEx クラス : GetImage メソッド
コントロール画像のバイト配列を取得します。このバイト配列の元は、iOS では UIImagePNGRepresentation、Windowsでは PNG 形式の TrueColorAlpha、Android では Bitmap です。
シンタックス
'宣言
 
<System.Runtime.CompilerServices.AsyncStateMachineAttribute(C1.iOS.Core.ViewEx/d__51)> 
<System.Runtime.CompilerServices.ExtensionAttribute()> 
Public Shared Function GetImage( _ 
   ByVal view As UIKit.UIView _ 
) As System.Threading.Tasks.Task(Of Byte())
[System.Runtime.CompilerServices.AsyncStateMachine(C1.iOS.Core.ViewEx/d__51)] 
[System.Runtime.CompilerServices.Extension()] 
public static System.Threading.Tasks.Task<byte[]> GetImage( 
   UIKit.UIView view 
)

パラメータ

view

戻り値の型

特定のイメージ形式を持つバイト配列
参照

ViewEx クラス
ViewEx メンバ