SizeF Explicit Conversion (SizeF to PointF)

 

Converts the specified SizeF structure to a PointF structure.

Namespace:   System.Drawing
Assembly:  System.Drawing (in System.Drawing.dll)

public:
static explicit operator PointF (
	SizeF size
)

Parameters

size
Type: System.Drawing::SizeF

The SizeF structure to be converted

Return Value

Type: System.Drawing::PointF

The PointF structure to which this operator converts.

.NET Framework
Available since 1.1
Return to top
Show: