packed record TMultiPointShapeRecord

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TMultiPointShapeRecord = packed record

Description

TMultiPointShapeRecord is the constant-length part of a multi-point shape.

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

Overview

Fields

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

Description

Fields

ShapeType: longint;

The value of ShapeType should be stMultiPoint = 8.

BoundingBox: TBoundingBox;

BoundingBox represents the bounding box of the shape.

NumPoints: longint;

NumPoints is the number of points in the Shape.


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