Returns the bounding box of the selected area

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

Collapse imageSyntax

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

Collapse imageSee Also