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 > IDraw Interface > IDraw.ClipRegion Property (ArcObjects .NET 10.5 SDK) |
Clipping region (polygon or envelope). Use after StartDrawing and before FinishDrawing.
[Visual Basic .NET] Public ReadOnly Property ClipRegion As IGeometry
[C#] public IGeometry ClipRegion {get;}
[C++]
HRESULT get_ClipRegion(
IGeometry** region
);
[C++]
Parameters region [out, retval]
region is a parameter of type IGeometry