See Also Examples Applies To
Displays the native image into a window defined by a Win32 Window Handle.
Syntax
object.DisplayImageOnHwnd (nHWND, nDstX, nDstY, nDstWidth, nDstHeight, nInterpolationMode)
The DisplayImageOnHwnd syntax has these parts:
| Part | Description |
| object | Required. An object expression that evaluates to an object in the Applies To list. |
| nHWND | Required. Long. A Win32 Window Handle. |
| nDstX | Required. Long. Left pixel destination of the window. |
| nDstY | Required. Long. Top pixel destination of the window. |
| nDstWidth | Required. Long. Width in pixel of the drawed image. |
| nDstHeight | Required. Long. Height in pixel of the drawed image. |
| nInterpolationMode | Optional. Long InterpolationMode. Default value is 5 (InterpolationMode.InterpolationModeNearestNeighbor). |
Returns
Remarks
The ImagingStatus constants are defined HERE
Category
Display an image