Click or drag to resize

RectangleFSize Property

Gets or sets the size of this System.Drawing.RectangleF.

Namespace:  Easymap.AddIn.Common.Graphics
Assembly:  Easymap.AddIn (in Easymap.AddIn.dll) Version: 11.2.0.0
Syntax
public SizeF Size { get; set; }

Return Value

Type: SizeF
A System.Drawing.SizeF that represents the width and height of this System.Drawing.RectangleF structure.
See Also