Vanilla.PDF  1.3.0
Cross-platform toolkit for creating and modifying PDF documents
List of all members
RectangleHandle Class Reference

Represents rectangle in 2D space. More...

Inheritance diagram for RectangleHandle:
IUnknownHandle
error_type Rectangle_LowerLeftX (RectangleHandle *handle, IntegerObjectHandle **result)
 Get X-coordinate of lower-left corner.
 
error_type Rectangle_LowerLeftY (RectangleHandle *handle, IntegerObjectHandle **result)
 Get Y-coordinate of lower-left corner.
 
error_type Rectangle_UpperRightX (RectangleHandle *handle, IntegerObjectHandle **result)
 Get X-coordinate of upper-right corner.
 
error_type Rectangle_UpperRightY (RectangleHandle *handle, IntegerObjectHandle **result)
 Get Y-coordinate of upper-right corner.
 
error_type Rectangle_Release (RectangleHandle *handle)
 Decrement the internal reference counter. More...
 

Additional Inherited Members

- Public Member Functions inherited from IUnknownHandle
error_type IUnknown_AddRef (IUnknownHandle *handle)
 Increment the internal reference counter.
 

Detailed Description

Represents rectangle in 2D space.

Friends And Related Function Documentation

◆ Rectangle_Release()

error_type Rectangle_Release ( RectangleHandle handle)
related

Decrement the internal reference counter.

When the internal counter reaches zero the object is deleted. Releasing already disposed object causes undefined behavior.

See also
IUnknown_Release

The documentation for this class was generated from the following file: