WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class BoundingBox - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class BoundingBox

    BoundingBox

    Inheritance
    System.Object
    BoundingBox
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.UI.Xaml.Maps
    Assembly: Syncfusion.SfMaps.WPF.dll
    Syntax
    public class BoundingBox

    Constructors

    BoundingBox()

    Initializes a new instance of the BoundingBox class.

    Declaration
    public BoundingBox()

    BoundingBox(Double, Double, Double, Double)

    Initializes a new instance of the BoundingBox class.

    Declaration
    public BoundingBox(double minx, double miny, double maxx, double maxy)
    Parameters
    Type Name Description
    System.Double minx

    The minimum x value.

    System.Double miny

    The minimum y value.

    System.Double maxx

    The maximum x value.

    System.Double maxy

    The maximum y value.

    Properties

    MaxX

    Indicates the maximum x-position of the bounding box for the shape (expressed in degrees longitude).

    Declaration
    public double MaxX { get; }
    Property Value
    Type Description
    System.Double

    MaxY

    Indicates the maximum y-position of the bounding box for the shape (expressed in degrees latitude).

    Declaration
    public double MaxY { get; }
    Property Value
    Type Description
    System.Double

    MinX

    Indicates the minimum x-position of the bounding box for the shape (expressed in degrees longitude).

    Declaration
    public double MinX { get; }
    Property Value
    Type Description
    System.Double

    MinY

    Indicates the minimum y-position of the bounding box for the shape (expressed in degrees latitude).

    Declaration
    public double MinY { get; }
    Property Value
    Type Description
    System.Double
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved