AbstractPoint::RealY Property

Visual Studio 2015
 

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.

Namespace:   Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
property double RealY {
	double get();
	void set(double value);
}

Property Value

Type: System::Double

Returns Double.

Return to top
Show: