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: 12.3.0.0
Syntax
public SizeF Size { get; set; }

Return Value

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