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


IDraw.ClipRegion Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Display)  

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