[Overview][Types][Classes][Procedures and functions][Index] Reference for unit 'LazRegions' (#lcl)

TLazRegionPart

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Base class used for rectangular areas in a region.

Declaration

Source position: lazregions.pas line 23

type TLazRegionPart = class

public

  function GetBoundingRect; virtual;

  

Gets the rectangle with the Bounds for an area in a region.

  function IsPointInPart(); virtual;

  

Indicates if a point with the specified coordinates is within the bounds for the rectangular area.

end;

Inheritance

TLazRegionPart

  

Base class used for rectangular areas in a region.

|

TObject

Description

TLazRegionPart defines the base class used to represent a rectangular area in a region. TLazRegionPart is used as the ancestor for the TLazRegionRect class.

See also

TLazRegionRect

  

Implements a region defined by a TRect structure.


Version 3.2 Generated 2024-02-25 Home