Gets or sets the size of this System.Drawing.RectangleF.
Namespace:
Easymap.AddIn.Common.Graphics
Assembly:
EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.0.0.0
Syntax public SizeF Size { get; set; }
Public Property Size As SizeF
Get
Set
Return Value
Type:
SizeF
A System.Drawing.SizeF that represents the width and height of this System.Drawing.RectangleF
structure.
See Also