Provides access to members that work with a legend patch.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
Description | ||
---|---|---|
Geometry | Patch geometry. | |
get_Geometry | Patch geometry sized to fit the specified bounds. | |
Name | Name of the patch. | |
PreserveAspectRatio | Indicates if aspect ratio of patch is preserved. |
CoClasses that implement IPatch
CoClasses and Classes | Description |
---|---|
AreaPatch | Classs implements an Area legend patch. |
LinePatch | Class implements a Line legend patch. |
Remarks
IPatch is the generic interfaces used to modify the aspect of the patches, the small lines or rectangles used to display legend classes and the text that goes with them.
Since the patches can be areas or lines two separate interfaces exist: IAreaPatch and ILinePatch, the associated objects contain geometries of different types but no specific properties or methods.