Functionim_stretchbmp

Defined in: pbimage

public subroutine im_stretchbmp (unsignedlong hdc)

Comment:
Renders image using an object handle. The image is stretched to fit the destination rectangle.


Script:
public subroutine im_stretchbmp (unsignedlong hdc);
this.i_PBImage.IM_StretchBmp(hdc)
end subroutine