Olvasás angol nyelven Szerkesztés

Megosztás a következőn keresztül:


SizeF.Explicit Operator

Definition

Overloads

Explicit(SizeF to PointF)

Converts the specified SizeF structure to a PointF structure.

Explicit(SizeF to Vector2)

Converts the specified SizeF to a Vector2.

Explicit(Vector2 to SizeF)

Converts the specified Vector2 to a SizeF.

Explicit(SizeF to PointF)

Source:
SizeF.cs
Source:
SizeF.cs
Source:
SizeF.cs

Converts the specified SizeF structure to a PointF structure.

C#
public static explicit operator System.Drawing.PointF(System.Drawing.SizeF size);

Parameters

size
SizeF

The SizeF structure to be converted.

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

Explicit(SizeF to Vector2)

Source:
SizeF.cs
Source:
SizeF.cs
Source:
SizeF.cs

Converts the specified SizeF to a Vector2.

C#
public static explicit operator System.Numerics.Vector2(System.Drawing.SizeF size);

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

Explicit(Vector2 to SizeF)

Source:
SizeF.cs
Source:
SizeF.cs
Source:
SizeF.cs

Converts the specified Vector2 to a SizeF.

C#
public static explicit operator System.Drawing.SizeF(System.Numerics.Vector2 vector);

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