public static implicit operator NativePoint (
Point pt
)
Public Shared Widening Operator CType (
pt As Point
) As NativePoint
Dim input As Point
Dim output As NativePoint
output = CType(input, NativePoint)
static implicit operator NativePoint (
Point pt
)
No code example is currently available or this language may not be supported.