|
|
|
IHTMLPaintSite Interface |
|
IID_IHTMLPaintSite |
{3050F6A7-98B5-11CF-BB82-00AA00BDCE0B} |
|
This interface provides methods that enable you to work with display pointers and the insertion point as they relate to the on-screen layout.
|
|
Methods in VTable order |
|
|
IUnknown Methods |
Description |
|
QueryInterface |
Returns pointers to supported interfaces. |
|
AddRef |
Increments reference count. |
|
Release |
Decrements reference count. |
|
IHTMLPaintSite Methods |
Description |
|
InvalidatePainterInfo |
Informs MSHTML that the information contained in the HTML_PAINTER_INFO structure has changed. |
|
InvalidateRect |
Informs MSHTML that a rectangular area of a rendered behavior should be redrawn. |
|
InvalidateRegion |
Informs MSHTML that a region of a rendered behavior should be redrawn. |
|
GetDrawInfo |
Retrieves information about requirements that the IHTMLPainter::Draw method must meet. |
|
TransformGlobalToLocal |
Converts a point's coordinates, expressed relative to the top left corner of the client area, to coordinates relative to the top left of the element to which a rendering behavior is attached. |
|
TransformLocalToGlobal |
Converts a point's coordinates, expressed relative to the top left corner of the element to which a rendering behavior is attached, to coordinates relative to the top left of the client area. |
|
GetHitTestCookie |
Retrieves the behavior identifier, or "cookie," for the rendering behavior. |
|
InvalidatePainterInfo |
|
FUNCTION
IHTMLPaintSite_InvalidatePainterInfo ( _ |
|
InvalidateRect |
|
FUNCTION
IHTMLPaintSite_InvalidateRect ( _ |
|
InvalidateRegion |
|
FUNCTION
IHTMLPaintSite_InvalidateRegion ( _ |
|
GetDrawInfo |
|
FUNCTION
IHTMLPaintSite_GetDrawInfo ( _ |
|
TransformGlobalToLocal |
|
FUNCTION
IHTMLPaintSite_TransformGlobalToLocal ( _ |
|
TransformLocalToGlobal |
|
FUNCTION
IHTMLPaintSite_TransformLocalToGlobal ( _ |
|
GetHotTestCookie |
|
FUNCTION
IHTMLPaintSite_GetHotTestCookie ( _ |
Page last updated on Monday, 03 April 2006 19:58:33 +0200