[]
Delegate to create an GrapeCity.Documents.Drawing.IImage instance from an object.
[CLSCompliant(false)]
public delegate IImage Utils.IImageFromObject(object value)
<CLSCompliant(False)>
Public Delegate Function Utils.IImageFromObject(value As Object) As IImage
| Type | Name | Description |
|---|---|---|
| object | value | The object to convert into an GrapeCity.Documents.Drawing.IImage. |
| Type | Description |
|---|---|
| IImage | An GrapeCity.Documents.Drawing.IImage instance created from the provided object. |
| Name | Description |
|---|---|
| IImageFromObject(object, IntPtr) |
| Name | Description |
|---|---|
| BeginInvoke(object, AsyncCallback, object) | |
| EndInvoke(IAsyncResult) | |
| Invoke(object) |