ObjectsExtents is the bounding rectangle of all vectorial objects, expressed in bitmap coordinate.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public IERect ObjectsExtents { get; }
Public ReadOnly Property ObjectsExtents As IERect
	Get
public:
property IERect ObjectsExtents {
	IERect get ();
}

See Also