Search Results for

    Show / Hide Table of Contents

    Class BoundingBox

    Represents four coordinates that define a bounding box.

    Inheritance
    System.Object
    BoundingBox
    Namespace: FastReport.Map
    Assembly: FastReport.dll
    Syntax
    [TypeConverter(typeof(ExpandableObjectConverter))]
    public class BoundingBox

    Properties

    MaxX

    Gets or sets the maximum X-coordinate of a bounding box.

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

    MaxY

    Gets or sets the maximum Y-coordinate of a bounding box.

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

    MinX

    Gets or sets the minimum X-coordinate of a bounding box.

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

    MinY

    Gets or sets the minimum Y-coordinate of a bounding box.

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

    Methods

    Assign(BoundingBox)

    Copies the contents of another BoundingBox instance.

    Declaration
    public void Assign(BoundingBox src)
    Parameters
    Type Name Description
    BoundingBox src

    Source box to copy the contents from.

    Back to top © 1998-2025 Copyright Fast Reports Inc.