HTML_PAINT_DRAW_FLAGS enumeration
Used by MSHTML to pass information to the IHTMLPainter::Draw method for a rendering behavior's use.
Syntax
typedef enum _HTML_PAINT_DRAW_FLAGS {
HTMLPAINT_DRAW_UPDATEREGION = 0x000001,
HTMLPAINT_DRAW_USE_XFORM = 0x000002
} HTML_PAINT_DRAW_FLAGS;
Constants
HTMLPAINT_DRAW_UPDATEREGION
An update region is available to IHTMLPainter::Draw.HTMLPAINT_DRAW_USE_XFORM
The behavior must use a transformation available through the IHTMLPaintSite::GetDrawInfo method.
Remarks
An update region is a polygonal shape describing an area that needs to be redrawn. It provides a more precise description than a rectangle, if you want to use it in implementing a behavior.
Requirements
Minimum supported client |
Windows XP |
Minimum supported server |
Windows 2000 Server |
Header |
Mshtml.h |
IDL |
Mshtml.idl |