[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: bgrafillinfo.pas line 179
type TCustomFillPolyInfo = class(TFillShapeInfo) |
||
protected |
||
FPoints: array of TCustomPointRecord; |
|
|
FSegmentsDataCreated: Boolean; |
|
|
|
||
function NbMaxIntersection; override; |
|
|
procedure SetIntersectionValues(); virtual; |
|
|
procedure InitPoints(); |
|
|
procedure CreateSegmentsData; virtual; |
|
|
public |
||
constructor Create(); |
|
|
destructor Destroy; override; |
|
|
function CreateIntersectionArray; override; |
|
|
function CreateSegmentData(); virtual; |
|
|
procedure FreeSegmentData(); virtual; |
|
|
function GetBounds; override; |
|
|
function GetBoundsF; |
|
|
property NbPoints: Integer; [r] |
|
|
end; |
|
||
| | ||
|
||
| | ||
|
||
| | ||
TObject |
CT Web help |
CodeTyphon Studio |