ImageLegendItem Class
Represents a legend item whose image is read from file.
NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CECore assembly)
Syntax
public class ImageLegendItem : LegendItem
Remarks
If you have an image file, you can use it for a legend item by using this class.
The image will not be modified in the presentation. In other words, an instance of this class will ignore all properties that are inherited from the base class (attributes, backgroundColor, crop, height, outlineColor, visualizers, and width).
Inheritance Hierarchy
System.Object (not available in C#)
EngineObject
ResourceObject
LegendItem
ImageLegendItem
Platforms
Windows, Linux, Android
ImageLegendItem Members
The ImageLegendItem type has the following members.
Constructors
Name | Description |
---|---|
ImageLegendItem | Initializes a new instance of the ImageLegendItem class with the given path and file name. |
Properties
Name | Description |
---|---|
Attributes | Gets the set of attributes for the feature of this ImageLegendItem. Inherited from LegendItem |
BackgroundColor | Gets or sets a color used as background for the image. Inherited from LegendItem |
Crop | Gets or set a flag whether the image should be cropped. Inherited from LegendItem |
Description | Gets or sets the description. Inherited from LegendItem |
FileName | Gets the file name of the image. |
Height | Gets or sets the image height in pixels. Inherited from LegendItem |
IsDisposed | Gets a value that tells whether the current ImageLegendItem has been disposed. Inherited from EngineObject |
Name | Gets or sets the name of the ImageLegendItem. Inherited from ResourceObject |
NativeHandle | Gets the native Carmenta Engine kernel object the current ImageLegendItem represents. Inherited from EngineObject |
OutlineColor | Gets or sets a color used for a rectangular outline for the image. Inherited from LegendItem |
Path | Gets the path to the directory containing the image. |
IUserProperties.UserProperties | Gets the AttributeSet that contains the user properties. Inherited from IUserProperties |
Visualizers | Gets the list of visualizers used to generate the image. Inherited from LegendItem |
Width | Gets or sets the image width in pixels. Inherited from LegendItem |
Methods
Name | Description |
---|---|
Clone | Creates a copy of an object. Inherited from EngineObject |
Dispose | Releases the reference to the native Carmenta Engine kernel instance the EngineObject represents. Inherited from EngineObject |
Equals | Determines whether this instance is equal to another. Inherited from EngineObject |
GetImage | Overloaded. Saves the image to a memory buffer in PNG format. Inherited from LegendItem |
GetLocalizedDescription | Gets a localized version of the legend item description in a specific language. Inherited from LegendItem |
HasLocalizedDescription | Checks if a localized version of the legend item description is available in a specific language. Inherited from LegendItem |
SetLocalizedDescription | Sets the legend item description in a specific language. Inherited from LegendItem |