[]
Converts an object to a GrapeCity.Documents.Drawing.IImage instance if possible.
[CLSCompliant(false)]
public static IImage IImageFromObjectWin(object value)
| 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. |