EWindowsDrawAdapter::Close

Closes the attached drawing context, if the current instance was initialized from an image.

This is method is always called implicitly during the destruction of the current object In a general content, the term object should be understood with the meaning of a class instance. In EasyObject, an object is a maximally-sized area of adjacent connected pixels belonging to the layer foreground.. It is still recommended to call it explicitly when using non-C++ programming languages to ensure all ressources are properly released.

This method never throws exceptions.

Namespace: Euresys::Open_eVision

[C++]

void Close(
)

EWindowsDrawAdapter.Close

Closes the attached drawing context, if the current instance was initialized from an image.

This is method is always called implicitly during the destruction of the current object. It is still recommended to call it explicitly when using non-C++ programming languages to ensure all ressources are properly released.

This method never throws exceptions.

Namespace: Euresys.Open_eVision

[C#]

void Close(
)

EWindowsDrawAdapter.Close

Closes the attached drawing context, if the current instance was initialized from an image.

This is method is always called implicitly during the destruction of the current object. It is still recommended to call it explicitly when using non-C++ programming languages to ensure all ressources are properly released.

This method never throws exceptions.

Module: open_evision

[Python]

Close() -> None