NativePoint Conversion (NativePoint to Point)
Performs an implicit conversion from
NativePoint to
Point.
Namespace: DevCase.Win32.StructuresAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static implicit operator Point (
NativePoint pt
)
Public Shared Widening Operator CType (
pt As NativePoint
) As Point
Dim input As NativePoint
Dim output As Point
output = CType(input, Point)
F# does not support the declaration of new casting operators.
No code example is currently available or this language may not be supported.
- pt NativePoint
-
The NativePoint.
Point
The resulting
Point.