Point.Implicit Opérateur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
Implicit(Point to PointF) | |
Implicit(Vector2 to Point) |
Implicit(Point to PointF)
public:
static operator Microsoft::Maui::Graphics::PointF(Microsoft::Maui::Graphics::Point p);
public static implicit operator Microsoft.Maui.Graphics.PointF (Microsoft.Maui.Graphics.Point p);
static member op_Implicit : Microsoft.Maui.Graphics.Point -> Microsoft.Maui.Graphics.PointF
Public Shared Widening Operator CType (p As Point) As PointF
Paramètres
- p
- Point
Retours
S’applique à
Implicit(Vector2 to Point)
public:
static operator Microsoft::Maui::Graphics::Point(System::Numerics::Vector2 v);
public static implicit operator Microsoft.Maui.Graphics.Point (System.Numerics.Vector2 v);
static member op_Implicit : System.Numerics.Vector2 -> Microsoft.Maui.Graphics.Point
Public Shared Widening Operator CType (v As Vector2) As Point
Paramètres
- v
- Vector2