Record TPolySlice
Unit
Declaration
type TPolySlice = record
Description
Horizontal strip of a polygon being filled
Overview
Fields
y1: single; |
|
y2: single; |
|
segments: array of record
id: integer;
custom: PCustomPointRecord;
end; |
|
nbSegments: integer; |
Description
Fields
y1: single; |
|
This item has no description. |
y2: single; |
|
This item has no description. |
segments: array of record
id: integer;
custom: PCustomPointRecord;
end; |
|
This item has no description. |
nbSegments: integer; |
|
This item has no description. |