VXPLib Documentation: COM
|
IVXPQuickHTML::DrawStretched
-
Similar to method Draw, only this function also allows to stretch or squeeze the drawing output automatically.
-
HRESULT DrawStretched(long dc, short x, short y, short width, short height, VARIANT_BOOL * bSuccess);
|
Parameters
-
dc [in] - Device context handle where the current QHTML document is to be drawn.
x [in] - Left hand offset in pixels for the drawing to appear.
y [in] - Top offset in pixels for the drawing to appear.
width [in] - Width of the destination output
height [in] - Height of the destination output
bSuccess [out, retval] - Return value: True, if the function succeeded, or False otherwise.
Remarks
-
This method is not sensitive to the current value of property Transparent, and always draws using opaque background.
When destination size for the output (parameters width and height) is different from size of the document
this operation may take longer than method Draw.
See Also
-
IVXPQuickHTML |
Draw
|