This document is archived and information here might be outdated. Recommended version. |
The mask style.
[Visual Basic .NET] Public Property MaskStyle As esriMaskStyle
[C#] public esriMaskStyle MaskStyle {get; set;}
[C++]
HRESULT get_MaskStyle(
esriMaskStyle* Style
);
[C++]
HRESULT put_MaskStyle(
esriMaskStyle Style
);
[C++] Parameters Style [out, retval]
Style is a parameter of type esriMaskStyle* Style [in]
Style is a parameter of type esriMaskStyle
MaskStyle is the enumeration that defines the shape of the mask. There are two options: esriMSHalo and esriMSNone. esriMSNone is the default MaskStyle.