packed record TPointMShapeRecord

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TPointMShapeRecord = packed record

Description

TPointMShapeRecord is the constant-length part of a PointM shape.

  TPointMShapeRecord = packed record
    ShapeType: longint;
    X: double;
    Y: double;
    M: double;
  end;
  

Overview

Fields

ShapeType: longint;
X: double;
Y: double;
M: double;

Description

Fields

ShapeType: longint;

The value of ShapeType should be stPointM = 21.

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