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
Syntaxpublic 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