This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > ID > IDisplay Interface > IDisplay.ClipEnvelope Property (ArcObjects .NET 10.5 SDK) |
The bounds of the invalid region. Use after StartDrawing and before FinishDrawing.
[Visual Basic .NET] Public ReadOnly Property ClipEnvelope As IEnvelope
[C#] public IEnvelope ClipEnvelope {get;}
[C++]
HRESULT get_ClipEnvelope(
IEnvelope** envelope
);
[C++]
Parameters envelope [out, retval]
envelope is a parameter of type IEnvelope