VXPLib Documentation: COM
|
IVXPQuickHTML::Draw
-
Draws the current QHTML document on a display context (DC) at a specified point.
-
HRESULT Draw(long dc, short x, short y, 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.
bSuccess [out, retval] - Return value: True, if the function succeeded, or False otherwise.
Remarks
-
This function provides the main feature of the IVXPQuickHTML interface to draw the current QHTML document
on any device context that supports drawing operations.
If, when called the current document hasn't been recalculated
by calling RecalculateLayout this function is called automatically.
The way this function performs drawing depends on the state of property Transparent.
See Also
-
IVXPQuickHTML Overview
|
This document was last updated on 15/05/2003
Copyright © 2003 Tooltips.NET
|