WARNING: Most of this content (with the exception of the Mozilla 1.9 XPCOM reference) is very old, and can be expected to be out of date and possibly obsolete. For better XUL documentation, please visit the XUL hub at the Mozilla Developer Center.

nsIWindowlessPluginInstancePeer

IID:57b4e2f0-019b-11d2-815b-006008119d7a
Inherits From:nsISupports

Methods

void forceRedraw ( ) void invalidateRect ( nsPluginRectPtr* rect ) void invalidateRegion ( nsPluginRegion region )

void forceRedraw ( )

Corresponds to NPN_ForceRedraw


void invalidateRect ( nsPluginRectPtr* rect )

Corresponds to NPN_InvalidateRect

Arguments:
rect

void invalidateRegion ( nsPluginRegion region )

Corresponds to NPN_InvalidateRegion

Arguments:
region

Reference documentation is generated from Mozilla's source.