This document is archived and information here might be outdated. Recommended version. |
The original path geometry.
[Visual Basic .NET] Public Property PathGeometry As IGeometry
[C#] public IGeometry PathGeometry {get; set;}
[C++]
HRESULT get_PathGeometry(
IGeometry** ppPathGeometry
);
[C++]
HRESULT put_PathGeometry(
IGeometry* ppPathGeometry
);
[C++] Parameters ppPathGeometry [out, retval]
ppPathGeometry is a parameter of type IGeometry** ppPathGeometry [in]
ppPathGeometry is a parameter of type IGeometry*