Class TSimpleFillPolyInfo
Unit
Declaration
type TSimpleFillPolyInfo = class(TCustomFillPolyInfo)
Description
Fill information for a simple polygons
Hierarchy
- TObject
- TBGRACustomFillInfo
- TFillShapeInfo
- TCustomFillPolyInfo
- TSimpleFillPolyInfo
Overview
Methods
constructor Create(const points: array of TPointF; APixelCenteredCoordinates: boolean = true); |
|
procedure ComputeIntersection(cury: single; var inter: ArrayOfTIntersectionInfo; var nbInter: integer); override; |
Description
Methods
constructor Create(const points: array of TPointF; APixelCenteredCoordinates: boolean = true); |
|
This item has no description. |
procedure ComputeIntersection(cury: single; var inter: ArrayOfTIntersectionInfo; var nbInter: integer); override; |
|
This item has no description. Showing description inherited from TFillShapeInfo.ComputeIntersection. compute intersections. the array must be big enough |