VsExtensionMethods.ToPOINTL(Point) Method

Definition

Converts a given Point object to a POINTL.

public:
[System::Runtime::CompilerServices::Extension]
 static Microsoft::VisualStudio::OLE::Interop::POINTL ToPOINTL(System::Windows::Point point);
public static Microsoft.VisualStudio.OLE.Interop.POINTL ToPOINTL (this System.Windows.Point point);
static member ToPOINTL : System.Windows.Point -> Microsoft.VisualStudio.OLE.Interop.POINTL
<Extension()>
Public Function ToPOINTL (point As Point) As POINTL

Parameters

point
Point

The point.

Returns

The POINTL.

Applies to