FlexReport for WinForms
IImageFromObjectWin メソッド


C1.Win.Document.8 アセンブリ > C1.Win.Document 名前空間 > Utils クラス : IImageFromObjectWin メソッド
変換するオブジェクト。
可能な場合は、オブジェクトを GrapeCity.Documents.Drawing.IImage インスタンスに変換します。
シンタックス
'宣言
 
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。
参照

参照

Utils クラス
Utils メンバ