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 is the X coordinate of the point.

Y: double;

Y is the Y coordinate of the point.

M: double;

M is the M value of the point.


Generated by PasDoc 0.12.1 on 2013-05-13 15:42:03