Size Constructor (Point)

 

Initializes a new instance of the Size structure from the specified Point structure.

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

public:
Size(
	Point pt
)

Parameters

pt
Type: System.Drawing::Point

The Point structure from which to initialize this Size structure.

.NET Framework
Available since 1.1
Return to top
Show: