PointD Structure

Represents an ordered pair of Double x- and y-coordinates that defines a point in a two-dimensional plane.
Public Structure PointD
This language is not supported or no code example is available.
public struct PointD
This language is not supported or no code example is available.
Name Description
Public constructor PointD(double, double) Initializes a new instance of the PointD structure with the specified coordinates.
Top
Name Description
Public property X Gets or sets the x-coordinate of this PointD.
Public property Y Gets or sets the y-coordinate of this PointD.
Top
Version
 
Available since QDV 7.14.530.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition