Class: Wx::SVGBitmapEmbedHandler
- Inherits:
-
SVGBitmapHandler
- Object
- SVGBitmapHandler
- Wx::SVGBitmapEmbedHandler
- Defined in:
- lib/wx/doc/gen/svg_file_dc.rb
Overview
Note:
This class is untracked and should not be derived from nor instances extended!
Handler embedding bitmaps as base64-encoded PNGs into the SVG.
Category: Device Contexts
Instance Method Summary collapse
-
#process_bitmap(bitmap, x, y, stream) ⇒ Boolean
Writes the bitmap representation as SVG to the given stream.
Instance Method Details
#process_bitmap(bitmap, x, y, stream) ⇒ Boolean
Writes the bitmap representation as SVG to the given stream.
The XML generated by this function will be inserted into the SVG file inline with the XML generated by the main Wx::SVGFileDC class so it is important that the XML is properly formed.
155 |
# File 'lib/wx/doc/gen/svg_file_dc.rb', line 155 def process_bitmap(bitmap, x, y, stream) end |