lFlags
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 |
[0x0000] Fill any exposed area with crFill. |
FILL_RPT |
[0x0001] Stretch the edges of the image to fill the exposed area. |
FILL_NOCHG |
[0x0002] 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 |
[0x0000] Apply the shear wave horizontally. |
SHR_VERT |
[0x0010] Apply the shear wave vertically. |