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.

nsISelectionImageService

Please add a summary to this article.
Inherits from: nsISupports Last changed in Gecko 1.7

Method overview

void getImage(in short selectionValue, out imgIContainer container);
void reset();

Methods

getImage()

Retrieve the image for alpha blending.

void getImage(
  in short selectionValue,
  out imgIContainer container
);
Parameters
selectionValue
 
container
 

reset()

The current image is marked as invalid.

void reset();
Parameters

None.

Document Tags and Contributors

 Contributors to this page: Sheppy, fscholz, trevorh, Kennykaiyinyu
 Last updated by: Sheppy,