Visit Mozilla.org

NPRegion

From MDC

« Gecko Plugin API Reference « Browser Side Plug-in API

Contents

[edit] Summary

Represents a platform-defined region of a page.

[edit] Syntax

[edit] MS Windows:

typedef HRGN NPRegion;

[edit] Mac OS:

typedef RgnHandle NPRegion;

[edit] XWindows:

typedef Region NPRegion;

[edit] Description

NPRegion defines the region of the plug-in window to be updated, painted, invalidated, or clipped to. For information about the region type definition used by your platform, see your platform documentation.

[edit] See Also

NPN_ForceRedraw, NPN_InvalidateRect, NPN_InvalidateRegion, NPWindow