Provides access to members that control the marker fill symbol.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
IMarkerFillSymbol can be used to create a fill pattern that is composed of any marker supported by the IMarkerSymbol interface. These include: ICharacterMarkerSymbol, ISimpleMarkerSymbol, IArrowMarkerSymbol, and IPictureMarkerSymbol. Use the Style enumeration to display the markers in a grid, esriMFSGrid, or random, esriMFSRandom, pattern. Use the IFillSymbol interface to set additional properties for IMarkerFillSymbols.
A fill symbol comprised of any of the supported marker symbols.
Remarks
You can use any MarkerSymbol for your fill, but note that the PictureFillSymbol may be more appropriate for your needs than using a PictureMarkerSymbol as the MarkerSymbol.
If the esriMFSGrid style is chosen, then the Marker objects will be aligned on a grid starting at the origin of the container's coordinate system, with the center of a marker at (0,0); therefore, if the same fill is applied to many shapes in one container, the markers within every shape will align together.