[]
Draws an image.
public class C1GaugeImage : C1GaugeBaseShape, ICloneable, IDisposable, ICustomTypeDescriptor
| Name | Description |
|---|---|
| C1GaugeImage() | Initializes a new instance of the shape. |
| Name | Description |
|---|---|
| CommonImageName | Gets or sets the name of the image template. |
| FlipType | Gets or sets the axis used to flip the image. |
| Height | Gets or sets the logical (positive) or fraction-based (negative) height of the image. |
| Hue | Allows to modify the image hue by the specified amount (between -180 and 180). |
| Image | Gets or sets the image. |
| 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). |
| Opacity | Gets or sets the opacity of the image between 0.0 (completely invisible) and 1.0 (opaque). |
| RotateAngle | Gets or sets the rotation angle (pivot point is at the center of the image). |
| Saturation | Allows to modify the image saturation by the specified amount (between -100 and 100). |
| Width | Gets or sets the logical (positive) or fraction-based (negative) width of the image. |