Table of Contents

Struct PointD

Namespace
Aspose.Imaging.FileFormats.Cdr.Types
Assembly
Aspose.Imaging.dll

The point double

public struct PointD
Inherited Members

Constructors

PointD(double, double)

Initializes a new instance of the PointD struct.

public PointD(double x, double y)

Parameters

x double

The x value.

y double

The y value.

Properties

X

Gets or sets the x.

public double X { get; set; }

Property Value

double

The x value.

Y

Gets or sets the y.

public double Y { get; set; }

Property Value

double

The y value.

Methods

FromPointF(PointF)

Converts PointD to the PointF structure.

public void FromPointF(PointF point)

Parameters

point PointF

The PointD structure.

ToPointF()

Converts PointF to the PointD structure.

public PointF ToPointF()

Returns

PointF

The PointF structure

ToString()

Converts to string.

public override string ToString()

Returns

string

A string that represents this instance.