'宣言 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.