Record TCustomPointRecord

Hierarchy
Methods
Properties

Unit

Declaration

type TCustomPointRecord = record

Description

Base record to describe a point in a polygon to be filled

Overview

Fields

Public originalIndex: integer;
Public slope: single;
Public empty: boolean;
Public next: integer;
Public winding: integer;
Public includeStartingPoint: boolean;
Public includeEndingPoint: boolean;
Public data: pointer;
Public x: single
Public y: single
Public x2: single
Public y2: single
Public coord: TPointF
Public coord2: TPointF

Description

Fields

Public originalIndex: integer;

This item has no description.

Public slope: single;

This item has no description.

Public empty: boolean;

This item has no description.

Public next: integer;

This item has no description.

Public winding: integer;

This item has no description.

Public includeStartingPoint: boolean;

This item has no description.

Public includeEndingPoint: boolean;

This item has no description.

Public data: pointer;

This item has no description.

Public x: single

This item has no description.

Public y: single

This item has no description.

Public x2: single

This item has no description.

Public y2: single

This item has no description.

Public coord: TPointF

This item has no description.

Public coord2: TPointF

This item has no description.