menu

WinForms

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

    Show / Hide Table of Contents

    Class BoundingBox

    Class represents the bounding box.

    Inheritance
    System.Object
    BoundingBox
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.UI.Xaml.Maps
    Assembly: Syncfusion.Maps.Windows.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 position.

    System.Double miny

    The minimum y position.

    System.Double maxx

    The maximum x position.

    System.Double maxy

    The maximum y position.

    Properties

    MaxX

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

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

    MaxY

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

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

    MinX

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

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

    MinY

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

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