Explicit Conversion (Vector to Point)
Converts the Vector to a Point.
Definition
Namespace: Avalonia
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public static explicit operator Point (
Vector a
)
Public Shared Narrowing Operator CType (
a As Vector
) As Point
F# does not support the declaration of new casting operators.
Parameters
- Vector
- The vector.