menu

Xamarin.iOS

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

    Show / Hide Table of Contents

    Class ShapeFileRecord

    Inheritance
    System.Object
    ShapeFileRecord
    Namespace: Syncfusion.SfMaps.iOS
    Assembly: Syncfusion.SfMaps.iOS.dll
    Syntax
    public class ShapeFileRecord : Object

    Constructors

    ShapeFileRecord()

    Initializes a new instance of 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<PointF> Points { get; }
    Property Value
    Type
    System.Collections.Generic.List<System.Drawing.PointF>

    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved