Allocates memory for a new Region and initializes it to an empty Region.
Source position: agraphics.pas line 2354
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.