DisplayImageOnHDC Method

See Also     Examples     Applies To

Displays the native GdPicture image into a HDC (Handle to Device Context).

Syntax

object.DisplayImageOnHDC (nHDC, nDstLeft, nDstTop, nDstWidth, nDstHeight, nInterpolationMode)

The DisplayImageOnHDC syntax has these parts:

Part Description
object Required. An object expression that evaluates to an object in the Applies To list.
nHDC Required. Long. HDC. Value of the Handle to Device Context.
nDstLeft Required. Long. Left pixel destination of the HDC.
nDstTop Required. Long. Top pixel destination of the HDC.
nDstWidth Required. Long. Width in pixel of the drawn image.
nDstHeight Required. Long. Height in pixel of the drawn image.
nInterpolationMode Optional. Long InterpolationMode. Default value is 3 (InterpolationModeBilinear).

Returns

Long. GdPictureStatus

Category

Display an image





© Copyright 2008 GdPicture All rights reserved.
Documentation MAP.