Docs » Autodocs » graphics.library » NewRegion
NewRegion -- Get an empty region.
region = NewRegion() d0 struct Region *NewRegion();
Create a Region structure, initialize it to empty, and return a pointer it.
region - pointer to initialized region. If it could not allocate required memory region = NULL.
none
<graphics/regions.h>
|