Set/get the object rectangle.

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

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

See Also