com.esri.arcgis.display
Interface IMarkerMask

All Superinterfaces:
Serializable
All Known Implementing Classes:
ArrowMarkerSymbol, CharacterMarkerSymbol, MultiLayerMarkerSymbol, PictureMarkerSymbol, SimpleMarkerSymbol

public interface IMarkerMask
extends Serializable

Provides access to members that retreive marker mask geometry.

Product Availability

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


Method Summary
 void queryMarkerMask(int hDC, ITransformation transform, IGeometry geometry, IPolygon boundary)
          Returns the mask geometry for the marker.
 

Method Detail

queryMarkerMask

void queryMarkerMask(int hDC,
                     ITransformation transform,
                     IGeometry geometry,
                     IPolygon boundary)
                     throws IOException,
                            AutomationException
Returns the mask geometry for the marker.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Parameters:
hDC - The hDC (A COM typedef) (in)
transform - A reference to a com.esri.arcgis.geometry.ITransformation (in)
geometry - A reference to a com.esri.arcgis.geometry.IGeometry (in)
boundary - A reference to a com.esri.arcgis.geometry.IPolygon (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.