See Also Examples Applies To
Draws a skewed image from 3 points of co-ordinates into the native GdPicture image.
Syntax
object.DrawImageSkewing (nimageID, nDstLeft1, nDstTop1, nDstLeft2, nDstTop2, nDstLeft3, nDstTop3, nInterpolationMode, bAntiAlias)
The DrawImageSkewing syntax has these parts:
| Part | Description |
| object | Required. An object expression that evaluates to an object in the Applies To list. |
| nimageID | Required. Long. GdPicture Image handle. Image handle of the image to draw into the native GdPicture image. |
| nDstLeft1 | Required. Long. Left pixel destination of the first point. |
| nDstTop1 | Required. Long. Top pixel destination of the first point. |
| nDstLeft2 | Required. Long. Left pixel destination of the second point. |
| nDstTop2 | Required. Long. Top pixel destination of the second point. |
| nDstLeft3 | Required. Long. Left pixel destination of the third point. |
| nDstTop3 | Required. Long. Left pixel destination of the third point. |
| nInterpolationMode | Optional. Long InterpolationMode. Default value is 3 (InterpolationModeBilinear). |
| bAntiAlias | Optional. Boolean. Default value is False. Set to True to apply the Antialiasing algorithm else False. |
Returns
Long. GdPictureStatus
Category
Draw (Images)