packed record TPolyLineShapeRecord

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TPolyLineShapeRecord = packed record

Description

TPolyLineShapeRecord is the constant-length part of a polyline shape.

  TPolyLineShapeRecord = packed record
    ShapeType: longint;
    BoundingBox: TBoundingBox;
    NumParts: longint;
    NumPoints: longint;
  end;
 

Overview

Fields

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

Description

Fields

ShapeType: longint;

ShapeType: longint; The value of ShapeType should be stPolyLine = 3.

BoundingBox: TBoundingBox;

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

NumParts: longint;

NumParts: longint; NumParts is the number of parts in 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