menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ShapeFileRecord - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ShapeFileRecord

    The ShapeFileRecord class represents the contents of a shape record, which is of variable length.

    Inheritance
    System.Object
    ShapeFileRecord
    Namespace: Syncfusion.UI.Xaml.Maps
    Assembly: Syncfusion.SfMaps.UWP.dll
    Syntax
    public class ShapeFileRecord : Object

    Constructors

    ShapeFileRecord()

    Constructor for the ShapeFileRecord class.

    Declaration
    public ShapeFileRecord()

    Properties

    BoundingBox

    Gets or Sets BoundingBox value

    Declaration
    public BoundingBox BoundingBox { get; }
    Property Value
    Type
    BoundingBox

    Parts

    A collection of indices for the points array. Each index identifies the starting point of the corresponding part (or PathFigure using WPF terminology).

    Declaration
    public List<int> Parts { get; }
    Property Value
    Type
    System.Collections.Generic.List<System.Int32>

    Points

    A collection of all of the points defining the shape record.

    Declaration
    public List<Point> Points { get; }
    Property Value
    Type
    System.Collections.Generic.List<Windows.Foundation.Point>

    RecordIndex

    Indicates the record number (or index) which starts at 1.

    Declaration
    public int RecordIndex { get; }
    Property Value
    Type
    System.Int32

    Methods

    ToString()

    Output some of the fields of the shapefile record.

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String

    A string representation of the record.

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved