SizeF.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.
Explicit(SizeF to PointF) |
Converts the specified SizeF structure to a PointF structure. |
Explicit(SizeF to Vector2) | |
Explicit(Vector2 to SizeF) |
- Source:
- SizeF.cs
- Source:
- SizeF.cs
- Source:
- SizeF.cs
public:
static explicit operator System::Drawing::PointF(System::Drawing::SizeF size);
C#
public static explicit operator System.Drawing.PointF(System.Drawing.SizeF size);
static member op_Explicit : System.Drawing.SizeF -> System.Drawing.PointF
Public Shared Narrowing Operator CType (size As SizeF) As PointF
Parameters
Returns
The PointF structure to which this operator converts.
Applies to
.NET 10 és más verziók
Termék | Verziók |
---|---|
.NET | Core 1.0, Core 1.1, Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9, 10 |
.NET Framework | 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
.NET Standard | 2.0, 2.1 |
- Source:
- SizeF.cs
- Source:
- SizeF.cs
- Source:
- SizeF.cs
public:
static explicit operator System::Numerics::Vector2(System::Drawing::SizeF size);
C#
public static explicit operator System.Numerics.Vector2(System.Drawing.SizeF size);
static member op_Explicit : System.Drawing.SizeF -> System.Numerics.Vector2
Public Shared Narrowing Operator CType (size As SizeF) As Vector2
Parameters
- size
- SizeF
The pair of numbers to convert.
Returns
The size, converted into a Vector2 instance.
Applies to
.NET 10 és más verziók
Termék | Verziók |
---|---|
.NET | 6, 7, 8, 9, 10 |
- Source:
- SizeF.cs
- Source:
- SizeF.cs
- Source:
- SizeF.cs
public:
static explicit operator System::Drawing::SizeF(System::Numerics::Vector2 vector);
C#
public static explicit operator System.Drawing.SizeF(System.Numerics.Vector2 vector);
static member op_Explicit : System.Numerics.Vector2 -> System.Drawing.SizeF
Public Shared Narrowing Operator CType (vector As Vector2) As SizeF
Parameters
- vector
- Vector2
The vector to convert.
Returns
The vector, converted into a SizeF instance.
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: