This document is archived and information here might be outdated. Recommended version. |
The area patch.
[Visual Basic .NET] Public Property AreaPatch As IAreaPatch
[C#] public IAreaPatch AreaPatch {get; set;}
[C++]
HRESULT get_AreaPatch(
IAreaPatch** patch
);
[C++]
HRESULT put_AreaPatch(
IAreaPatch* patch
);
[C++] Parameters patch [out, retval]
patch is a parameter of type IAreaPatch** patch [in]
patch is a parameter of type IAreaPatch*
Assign a custom shape to the symbol such as a triangle or rounded polygon.