Search Results for

    Show / Hide Table of Contents

    Struct PointD

    Represents a pair of double coordinates that defines a constituent point.

    Namespace: FastReport.Map
    Assembly: FastReport.dll
    Syntax
    public struct PointD

    Constructors

    PointD(Double, Double)

    Creates a new instance of the PointD class with specified coordinates.

    Declaration
    public PointD(double x, double y)
    Parameters
    Type Name Description
    System.Double x

    X coordinate.

    System.Double y

    Y coordinate.

    Properties

    X

    Gets or sets the X-coordinate of a point.

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

    Y

    Gets or sets the Y-coordinate of a point.

    Declaration
    public double Y { get; set; }
    Property Value
    Type Description
    System.Double
    Back to top © 1998-2025 Copyright Fast Reports Inc.