Ultralight C API 1.3.0
Loading...
Searching...
No Matches
CAPI_Geometry.h File Reference

Go to the source code of this file.

Functions

ULExport bool ulRectIsEmpty (ULRect rect)
 Whether or not a ULRect is empty (all members equal to 0)
 
ULExport ULRect ulRectMakeEmpty ()
 Create an empty ULRect (all members equal to 0)
 
ULExport bool ulIntRectIsEmpty (ULIntRect rect)
 Whether or not a ULIntRect is empty (all members equal to 0)
 
ULExport ULIntRect ulIntRectMakeEmpty ()
 Create an empty ULIntRect (all members equal to 0)
 

Function Documentation

◆ ulIntRectIsEmpty()

ULExport bool ulIntRectIsEmpty ( ULIntRect  rect)

Whether or not a ULIntRect is empty (all members equal to 0)

◆ ulIntRectMakeEmpty()

ULExport ULIntRect ulIntRectMakeEmpty ( )

Create an empty ULIntRect (all members equal to 0)

◆ ulRectIsEmpty()

ULExport bool ulRectIsEmpty ( ULRect  rect)

Whether or not a ULRect is empty (all members equal to 0)

◆ ulRectMakeEmpty()

ULExport ULRect ulRectMakeEmpty ( )

Create an empty ULRect (all members equal to 0)