PointF.Explicit Operator
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
- Source:
- PointF.cs
- Source:
- PointF.cs
- Source:
- PointF.cs
public:
static explicit operator System::Numerics::Vector2(System::Drawing::PointF point);
C#
public static explicit operator System.Numerics.Vector2(System.Drawing.PointF point);
static member op_Explicit : System.Drawing.PointF -> System.Numerics.Vector2
Public Shared Narrowing Operator CType (point As PointF) As Vector2
Parameters
- point
- PointF
The point to convert from.
Returns
The vector that represents the converted PointF.
Applies to
.NET 10 és más verziók
Termék | Verziók |
---|---|
.NET | 6, 7, 8, 9, 10 |
- Source:
- PointF.cs
- Source:
- PointF.cs
- Source:
- PointF.cs
public:
static explicit operator System::Drawing::PointF(System::Numerics::Vector2 vector);
C#
public static explicit operator System.Drawing.PointF(System.Numerics.Vector2 vector);
static member op_Explicit : System.Numerics.Vector2 -> System.Drawing.PointF
Public Shared Narrowing Operator CType (vector As Vector2) As PointF
Parameters
- vector
- Vector2
The vector to convert.
Returns
The pair of coordinates that represents the converted Vector2.
Applies to
.NET 10 és más verziók
Termék | Verziók |
---|---|
.NET | 6, 7, 8, 9, 10 |
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.
.NET-visszajelzés
A(z) .NET egy nyílt forráskód projekt. Visszajelzés adásához válasszon egy hivatkozást: