uFlags

Flags that indicate how to handle exposed areas, and the direction of the shear wave. You can use a bit wise OR (|) to specify one flag from each group.

The following are the flags that indicate how to handle the exposed areas:

Value

Meaning

FILL_CLR

[$0000] Fill any exposed areas with crFill.

FILL_RPT

[$0001] Stretch the image edges to fill the exposed area.

FILL_NOCHG

[$0002] Leave the exposed area as is, without changing it.

The following are the flags that indicate the direction of the shear wave:

Value

Meaning

SHR_HORZ

[$0000] Apply the shear wave horizontally.

SHR_VERT

[$0010] Apply the shear wave vertically.