packed record TShapePointM

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TShapePointM = packed record

Description

TShapePointM defines a PointM.

  TShapePointM = packed record
    X: double;
    Y: double;
    M: double;
  end;
 

Overview

Fields

X: double;
Y: double;
M: double;

Description

Fields

X: double;

X: double; X is the X coordinate of the point.

Y: double;

Y: double; Y is the Y coordinate of the point.

M: double;

M: double; M is the M value of the point.


Generated by PasDoc 0.10.0 on 2006-10-31 09:56:45