Gets or sets bounds of a shape.

Namespace: Arctorus.Documents
Assembly: Arctorus.Documents (in Arctorus.Documents.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public RectangleF Bounds { get; set; }
Visual Basic
Public Property Bounds As RectangleF
	Get
	Set
Visual C++
public:
property RectangleF Bounds {
	RectangleF get ();
	void set (RectangleF value);
}

See Also