Constructor SizeF
SizeF(SizeF)
public SizeF(SizeF size)
Parameters
sizeSizeF
SizeF(PointF)
public SizeF(PointF pt)
Parameters
ptPointF
SizeF(float, float)
Initializes a new instance of the SizeF class from the specified dimensions.
public SizeF(float width, float height)