次の方法で共有


Point.Implicit 演算子

定義

オーバーロード

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

パラメーター

p
Point

戻り値

適用対象

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

パラメーター

戻り値

適用対象