AbstractPoint.RealX Property

Definition

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

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

Property Value

Returns Double.

Applies to