[]
Creates an GrapeCity.Documents.Drawing.IImage instance from an object.
[CLSCompliant(false)]
public virtual IImage IImageFromObject(object value)
<CLSCompliant(False)>
Public Overridable Function 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. |