This article needs a technical review. How you can help.
« Gecko Plugin API Reference « Browser Side Plug-in API
Summary
Represents a platform-defined region of a page.
Syntax
Windows:
typedef HRGN NPRegion;
Mac OS X:
typedef RgnHandle NPRegion;
Note: This may need to be updated for the Cocoa event model.
XWindows:
typedef Region NPRegion;
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.