RectangleF.Size

RectangleF.Size property

Gets or sets the size of this RectangleF.

public SizeF Size { get; set; }

Return Value

A SizeF that represents the width and height of this RectangleF structure.

See Also