This document is archived and information here might be outdated. Recommended version. |
The geometry defining the area that is dirty.
[Visual Basic .NET] Public Property DirtyArea As IGeometry
[C#] public IGeometry DirtyArea {get; set;}
[C++]
HRESULT get_DirtyArea(
IGeometry** ppGeometry
);
[C++]
HRESULT putref_DirtyArea(
IGeometry* ppGeometry
);
[C++] Parameters ppGeometry [out, retval]
ppGeometry is a parameter of type IGeometry** ppGeometry [in]
ppGeometry is a parameter of type IGeometry*