See Also Examples Applies To
Draws a clipped image from several points of co-ordinates into the native image.
Syntax
object.DrawImageClipped (nimageID, *arPoints())
The DrawImageClipped syntax has these parts:
| Part | Description |
| object | Required. An object expression that evaluates to an object in the Applies To list. |
| nimageID | Required. Long. GDI+ bitmap handle. Image ID of the image to draw into the native image. |
| *arPoints() | Required. Input Long Array. Pointer to an Long 2D Array structures that specify the coordinates. |
Returns
Remarks
The ImagingStatus constants are defined HERE
Category
Draw (Images)