AbstractPoint.RealY Property

Definition

The real, non-abstract Y of the point. If IsNatural is true, the real Y and the abstract Y are the same. If IsNatural is false, the real Y is the abstract X.

public:
 property double RealY { double get(); void set(double value); };
public:
 property double RealY { double get(); void set(double value); };
public double RealY { get; set; }
member this.RealY : double with get, set
Public Property RealY As Double

Property Value

Returns Double.

Applies to