Method XbpBitmap():configure() Foundation

Reconfigures the XbpBitmap object after :create() has been executed.

Syntax
:configure( [<oPScompat>] ) --> self
Parameters
<oPScompat>
The optional parameter <oPScompat> specifies a presentation space that the XbpBitmap object should be compatible with. If <oPScompat>is not specified, the XbpBitmap object is prepared for display on the screen. If the bitmap will be printed, the presentation space specified for <oPScompat> must be linked with an XbpPrinter object (printer device context).
Return

This method returns the object executing the method (self).

Description

The :configure() method configures or resets the presentation space of an XbpBitmap object.

Feedback

If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.