This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IP > IPatch Interface (ArcObjects .NET 10.4 SDK) |
Provides access to members that work with a legend patch.
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 and Classes | Description |
---|---|
AreaPatch | Classs implements an Area legend patch. |
LinePatch | Class implements a Line legend patch. |
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.