Click or drag to resize

RectangleFWidth Property

Gets or sets the width of this System.Drawing.RectangleF structure.

Namespace:  Easymap.AddIn.Common.Graphics
Assembly:  EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.0.0.0
Syntax
public float Width { get; set; }

Return Value

Type: Single
The width of this System.Drawing.RectangleF structure.
See Also