packed record TMultiPointMShapeRecord

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TMultiPointMShapeRecord = packed record

Description

TMultiPointMShapeRecord is the constant-length part of a MultiPointPointM shape.

  TMultiPointMShapeRecord = packed record
    ShapeType: longint;
    BoundingBox: TBoundingBox;
    NumPoints: longint;
  end;
 

Overview

Fields

ShapeType: longint;
BoundingBox: TBoundingBox;
NumPoints: longint;

Description

Fields

ShapeType: longint;

ShapeType: longint; The value of ShapeType should be stMultipointM = 28.

BoundingBox: TBoundingBox;

BoundingBox: TBoundingBox; BoundingBox represents the bounding box of the shape.

NumPoints: longint;

NumPoints: longint; NumPoints is the number of points in the Shape.


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