Returns a rectangle.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public IERect this[
	int index
] { get; }
Public ReadOnly Default Property Item ( _
	index As Integer _
) As IERect
	Get
public:
property IERect default[int index] {
	IERect get (int index);
}

Parameters

index
Int32
Index of rectangle (0=first item, IERectList.Count-1 is the last item)

Return Value

Returns the requested rectangle.

See Also