FlexReport for WinForms
Utils.IImageFromObject デリゲート


C1.Document アセンブリ > C1.Document 名前空間 : Utils.IImageFromObject デリゲート
The object to convert into an GrapeCity.Documents.Drawing.IImage.
Delegate to create an GrapeCity.Documents.Drawing.IImage instance from an object.
シンタックス
'宣言
 
Public Delegate Function Utils.IImageFromObject( _
   ByVal value As System.Object _
) As GrapeCity.Documents.Drawing.IImage
'使用法
 
Dim instance As New Utils.IImageFromObject(AddressOf HandlerMethod)
public delegate GrapeCity.Documents.Drawing.IImage Utils.IImageFromObject( 
   System.object value
)

パラメータ

value
The object to convert into an GrapeCity.Documents.Drawing.IImage.

戻り値の型

An GrapeCity.Documents.Drawing.IImage instance created from the provided object.
参照

参照

Utils.IImageFromObject メンバ
C1.Document 名前空間