The CommonImage type exposes the following members.

Constructors

  NameDescription
Public methodCommonImage
Initializes a new instance of the CommonImage.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyHeight
Gets or sets the logical value representing the height of the image.
Public propertyHue
Allows to modify the image hue by the specified amount (between -180 and 180).
Public propertyImage
Gets or sets the original image.
Public propertyImageBase64
Serializes the Image property.
Public propertyKeepAspectRatio
Gets or sets whether the image aspect ratio should be maintained.
Public propertyKeepSize
Gets or sets whether the predefined size of the image should not changed.
Public propertyLightness
Allows to modify the image lightness by the specified amount (between -100 and 100).
Public propertyName
Gets or sets a name associated with the common item.
(Inherited from CommonItem.)
Public propertyOpacity
Gets or sets the opacity of the image between 0.0 (completely invisible) and 1.0 (opaque).
Public propertyOwner
Gets the owner Gauge element.
(Inherited from CommonItem.)
Public propertyRotateFlipType
Gets or sets the direction of an image's rotation and the axis used to flip the image.
Public propertySaturation
Allows to modify the image saturation by the specified amount (between -100 and 100).
Public propertyWidth
Gets or sets the logical value representing the width of the image.

Explicit Interface Implementations

  NameDescription
Explicit interface implemetationPrivate methodICloneable..::..Clone (Inherited from CommonItem.)
Explicit interface implemetationPrivate methodIDisposable..::..Dispose (Inherited from CommonItem.)

See Also