[Overview][Types][Classes][Procedures and functions][Index] |
Adds the specified part as a subregion in the Parts member.
Source position: lazregions.pas line 79
public procedure TLazRegion.AddPart( |
APart: TLazRegionPart |
); |
APart |
|
TLazRegionPart (or descendant) added in the method. |
AddPart is a procedure used to add the specified TLazRegionPart in APart to the Parts member in the class instance. AddPart calls the TFPList.Add method to store the value in APart in the list. AddPart calls DoChangeToComplexRegion to update IsSimpleRectRegion to reflect the current composition for the region.
AddPart is used in the implementation of the AddRectangle, AddPolygon, and AddEllipse methods.
|
Adds the value in Rect to the Parts member, and resets the value in IsSimpleRectRegion. |
|
|
Indicates whether this region is composed of a single rectangular part. |
|
|
Adds the specified TRect instance to the Parts member. |
|
|
Adds a polygonal area with the specified vertices to the region. |
|
|
Adds an elliptical area with the specified co-vertices to the region. |
|
|
Base class used for rectangular areas in a region. |
Version 4.0 | Generated 2025-05-03 | Home |