'宣言 Public Shared Function IImageFromObjectWin( _ ByVal value As System.Object _ ) As GrapeCity.Documents.Drawing.IImage
'使用法 Dim value As System.Object Dim value As GrapeCity.Documents.Drawing.IImage value = Utils.IImageFromObjectWin(value)
public static GrapeCity.Documents.Drawing.IImage IImageFromObjectWin( System.object value )
パラメータ
- value
- 変換するオブジェクト。
戻り値の型
GrapeCity.Documents.Drawing.IImage インスタンス、または変換できない場合は null。