[Overview][Types][Classes][Procedures and functions][Index] |
Constructor for the class instance.
Source position: lazregions.pas line 70
public constructor TLazRegion.Create; virtual; |
Create is the constructor for the class instance. Create calls the inherited constructor to initialize the class instance. Create allocates resources needed for the Parts member, and sets the default value for IsSimpleRectRegion to True.
Version 4.0 | Generated 2025-05-03 | Home |