Inheritance diagram for Image:
Properties | |
ULONG RW | DrawType [] |
Specifies the draw mode for the control. | |
ULONG RW | CopyMode [] |
Specifies the copy mode for the control. | |
ULONG R | ImageWidth [] |
Returns source image width. | |
ULONG R | ImageHeight [] |
Returns source image height. | |
ULONG RW | AlphaBlend [] |
Specifies an alpha transparency value to be used for drawing. |
See also the method DrawImage of the Frame.
ULONG RW AlphaBlend |
Specifies an alpha transparency value to be used for drawing.
If you set value to 0, it is assumed that the option is not used. Minumum value: 0. Maximum value: 255. Default value: 0.
ULONG RW CopyMode |
Specifies the copy mode for the control.
These mode defines how the color data for the source is to be combined with the color data for the destination to calculate the final color.
This parameter can be a one of the following values (dest - the color of the destination, source - the color of the source):
ULONG RW DrawType |
Specifies the draw mode for the control.
This parameter can be a one of the following values:
ULONG R ImageHeight |
Returns source image height.
ULONG R ImageWidth |
Returns source image width.