The CommonImage type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| CommonImage |
Initializes a new instance of the CommonImage.
|
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| Height |
Gets or sets the logical value representing the height of the image.
| |
| Hue |
Allows to modify the image hue by the specified amount (between -180 and 180).
| |
| Image |
Gets or sets the original image.
| |
| ImageBase64 |
Serializes the Image property.
| |
| KeepAspectRatio |
Gets or sets whether the image aspect ratio should be maintained.
| |
| KeepSize |
Gets or sets whether the predefined size of the image should not changed.
| |
| Lightness |
Allows to modify the image lightness by the specified amount (between -100 and 100).
| |
| Name |
Gets or sets a name associated with the common item.
(Inherited from CommonItem.) | |
| Opacity |
Gets or sets the opacity of the image between 0.0 (completely invisible) and 1.0 (opaque).
| |
| Owner |
Gets the owner Gauge element.
(Inherited from CommonItem.) | |
| RotateFlipType |
Gets or sets the direction of an image's rotation and the axis used to flip the image.
| |
| Saturation |
Allows to modify the image saturation by the specified amount (between -100 and 100).
| |
| Width |
Gets or sets the logical value representing the width of the image.
|
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
| ICloneable..::..Clone | (Inherited from CommonItem.) | |
| IDisposable..::..Dispose | (Inherited from CommonItem.) |