VsExtensionMethods::ToPOINTL Method (Point)

Visual Studio 2015
 

Converts a given Point object to a POINTL.

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

public:
[ExtensionAttribute]
static POINTL ToPOINTL(
	Point point
)

Parameters

point
Type: System.Windows::Point

The point.

Return to top
Show: