SizeF Constructor (PointF)

 

Initializes a new instance of the SizeF structure from the specified PointF structure.

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

public:
SizeF(
	PointF pt
)

Parameters

pt
Type: System.Drawing::PointF

The PointF structure from which to initialize this SizeF structure.

.NET Framework
Available since 1.1
Return to top
Show: