Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

NPRegion

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.

See also

Document Tags and Contributors

 Contributors to this page: teoli, kscarfone, Sheppy, Rickwookie
 Last updated by: kscarfone,