AbstractPoint::RealPoint Property

Visual Studio 2015
 

Gets or sets the real, non-abstract point represented by this structure. If IsNatural is true, the real point and the abstract point are the same. If IsNatural is false, the real point is the inverse of the abstract point.

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

public:
property Point RealPoint {
	Point get();
	void set(Point value);
}

Property Value

Type: System.Windows::Point

Returns Point.

Return to top
Show: