Image Interface Reference

A Polygon is a graphic control that represents a image. More...

Inheritance diagram for Image:

Inheritance graph
Collaboration diagram for Image:

Collaboration graph
List of all members.

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.

Detailed Description

A Polygon is a graphic control that represents a image.

See also the method DrawImage of the Frame.


Property Documentation

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.

Since:
1.1.12.

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):

Default value: SRCCOPY.

ULONG RW DrawType

Specifies the draw mode for the control.

This parameter can be a one of the following values:

Default value: DI_DRAW.

ULONG R ImageHeight

Returns source image height.

Since:
1.1.10.

ULONG R ImageWidth

Returns source image width.

Since:
1.1.10.


WSO 1.1 Documentation. Date modified:Wed Aug 12 18:12:45 2015. (C) Veretennikov A. B. 2004-2015