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 and other versions
Product | Versions |
---|---|
.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 and other versions
Product | Versions |
---|---|
.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 and other versions
Product | Versions |
---|---|
.NET | 6, 7, 8, 9, 10 |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
.NET feedback
.NET is an open source project. Select a link to provide feedback: