[]
Converts an object to a GrapeCity.Documents.Drawing.IImage instance if possible.
[CLSCompliant(false)]
public static IImage IImageFromObjectWin(object value)
<CLSCompliant(False)>
Public Shared Function IImageFromObjectWin(value As Object) As IImage
| Type | Name | Description |
|---|---|---|
| object | value | The object to convert. |
| Type | Description |
|---|---|
| IImage | A GrapeCity.Documents.Drawing.IImage instance or null if conversion is not possible. |