Imaging Control 4 C Library 1.2.0
|
Represents a display that can be used to display images. More...
Represents a display that can be used to display images.
This type is opaque, programs only use pointers of type IC4_DISPLAY*
.
To create a display, use ic4_display_create() or ic4_display_create_external_opengl().
Display objects are generally used in two distinct ways:
Display objects are reference-counted. The initial reference count is one.
To share a display object between multiple parts of a program, use ic4_display_ref(). Call ic4_display_unref() when a reference is no longer required. If the reference count reaches zero, the display object is destroyed.