Skip to content

Canvas::Handle property

Returns the internal HCANVAS handle for the canvas object.

int Handle { get; }
int getHandle() throws IGRException;
@property
def Handle(self) -> int
int getHandle() const;
[propget] HRESULT Handle([out, retval] int *result);

Return Value

int : The HCANVAS handle that can be used by the C API.