8#ifndef ULTRALIGHT_CAPI_GEOMETRY_H
9#define ULTRALIGHT_CAPI_GEOMETRY_H
#define ULExport
Definition CAPI_Defines.h:27
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:242
Definition CAPI_Defines.h:235