18#ifndef ULTRALIGHT_CAPI_GEOMETRY_H
19#define ULTRALIGHT_CAPI_GEOMETRY_H
Various defines and utility functions for the C API.
#define ULExport
Definition CAPI_Defines.h:38
ULExport bool ulRectIsEmpty(ULRect rect)
Whether or not a ULRect is empty (all members equal to 0)
ULExport bool ulIntRectIsEmpty(ULIntRect rect)
Whether or not a ULIntRect is empty (all members equal to 0)
ULExport ULRect ulRectMakeEmpty()
Create an empty ULRect (all members equal to 0)
ULExport ULIntRect ulIntRectMakeEmpty()
Create an empty ULIntRect (all members equal to 0)
Definition CAPI_Defines.h:257
Definition CAPI_Defines.h:250