Allocates memory for a new Region and initializes it to an empty Region.
Source position: agraphics.pas line 2066
function NewRegion: PRegion; |
A pointer to a newly created Region structure that should be freed by a call to DisposeRegion() or nil if not enough memory.