This document is archived and information here might be outdated.  Recommended version.


IDraw.ClipRegion Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > ID > IDraw Interface > IDraw.ClipRegion Property
ArcGIS Developer Help

IDraw.ClipRegion Property

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**

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IDraw Interface