AbstractPoint::RealX Property

Visual Studio 2015
 

TGets or sets 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.

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

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

Property Value

Type: System::Double

Returns Double.

Return to top
Show: