Class ShapeFileHeader
Class implementation of ShapeFileHeader
Inheritance
System.Object
ShapeFileHeader
Namespace: Com.Syncfusion.Maps
Assembly: Syncfusion.SfMaps.Android.dll
Syntax
public class ShapeFileHeader : Object
Constructors
ShapeFileHeader()
Initializes a new instance of the ShapeFileHeader class.
Declaration
public ShapeFileHeader()
Properties
BoundingBox
Gets or Sets BoundingBox value
Declaration
public BoundingBox BoundingBox { get; }
Property Value
Type |
---|
BoundingBox |
Methods
ToString()
Converts values to ToString
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String | string value |