The DistortedImage attribute function converts the image to a distorted square.
Syntax | |||||
DistortedImage(LTX,LTY,RTX,RTY,LBX,LBY,RBX,RBY,[LanguageID]) | |||||
Return value | |||||
Type |
Description | ||||
Picture |
The distorted image | ||||
Parameter | |||||
Use |
Name |
Type |
Passing |
Description | |
Required |
LTX |
Long |
ByVal |
x-position of the upper left corner | |
Required |
LTY |
Long |
ByVal |
y-position of the upper left corner | |
Required |
RTX |
Long |
ByVal |
x-position of the upper right corner | |
Required |
RTY |
Long |
ByVal |
y- position of the upper right corner | |
Required |
LBX |
Long |
ByVal |
x-position of the lower left corner | |
Required |
LBY |
Long |
ByVal |
y- position of the lower left corner | |
Required |
RBX |
Long |
ByVal |
x- position of the lower right corner | |
Required |
RBY |
Long |
ByVal |
y- position of the lower right corner | |
Optional |
LanguageID |
String |
ByVal |
Language-ID of the picture to be used. | |