Record TCustomPointRecord
Unit
Declaration
type TCustomPointRecord = record
Description
Base record to describe a point in a polygon to be filled
Overview
Fields
originalIndex: integer; |
|
slope: single; |
|
empty: boolean; |
|
next: integer; |
|
winding: integer; |
|
includeStartingPoint: boolean; |
|
includeEndingPoint: boolean; |
|
data: pointer; |
|
x: single |
|
y: single |
|
x2: single |
|
y2: single |
|
coord: TPointF |
|
coord2: TPointF |
Description
Fields
originalIndex: integer; |
|
This item has no description. |
slope: single; |
|
This item has no description. |
empty: boolean; |
|
This item has no description. |
next: integer; |
|
This item has no description. |
winding: integer; |
|
This item has no description. |
includeStartingPoint: boolean; |
|
This item has no description. |
includeEndingPoint: boolean; |
|
This item has no description. |
data: pointer; |
|
This item has no description. |
x: single |
|
This item has no description. |
y: single |
|
This item has no description. |
x2: single |
|
This item has no description. |
y2: single |
|
This item has no description. |
coord: TPointF |
|
This item has no description. |
coord2: TPointF |
|
This item has no description. |