[]
        
(Showing Draft Content)

C1.Document.Utils.IImageFromObject

Utils.IImageFromObject Delegate

Delegate to create an GrapeCity.Documents.Drawing.IImage instance from an object.

Namespace: C1.Document
Assembly: C1.Document.4.6.2.dll
Syntax
[CLSCompliant(false)]
public delegate IImage Utils.IImageFromObject(object value)
<CLSCompliant(False)>
Public Delegate Function Utils.IImageFromObject(value As Object) As IImage
Parameters
Type Name Description
object value

The object to convert into an GrapeCity.Documents.Drawing.IImage.

Returns
Type Description
IImage

An GrapeCity.Documents.Drawing.IImage instance created from the provided object.

Constructors

Name Description
IImageFromObject(object, IntPtr)

Methods

Name Description
BeginInvoke(object, AsyncCallback, object)
EndInvoke(IAsyncResult)
Invoke(object)