VsExtensionMethods.ToPOINTL(Point) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.