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


IMask Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IM > IMask Interface
ArcGIS Developer Help

IMask Interface

Provides access to members that control the symbol mask.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

IMask can be used to draw a buffer around markers or text. IMultiLayerMarkerSymbols and ITextSymbols both support the use of a mask. Any IFillSymbol object can be used as the MaskSymbol.

Members

Name Description
Read/write property MaskSize The mask size.
Read/write property MaskStyle The mask style.
Read/write property MaskSymbol The mask symbol.

Classes that implement IMask

Classes Description
MultiLayerMarkerSymbol A marker symbol that contains one or more layers.
TextSymbol A symbol that controls how text is displayed.

See Also

ITextSymbol Interface | IMultiLayerMarkerSymbol Interface