Interface for internal canvas bitmap objects.
More...
#include <dx_ibitmap.hxx>
Interface for internal canvas bitmap objects.
Definition at line 33 of file dx_ibitmap.hxx.
◆ getBitmap()
◆ getData()
virtual css::uno::Sequence< sal_Int8 > dxcanvas::IBitmap::getData |
( |
css::rendering::IntegerBitmapLayout & |
bitmapLayout, |
|
|
const css::geometry::IntegerRectangle2D & |
rect |
|
) |
| |
|
pure virtual |
◆ getPixel()
virtual css::uno::Sequence< sal_Int8 > dxcanvas::IBitmap::getPixel |
( |
css::rendering::IntegerBitmapLayout & |
bitmapLayout, |
|
|
const css::geometry::IntegerPoint2D & |
pos |
|
) |
| |
|
pure virtual |
◆ getSize()
◆ hasAlpha()
virtual bool dxcanvas::IBitmap::hasAlpha |
( |
| ) |
const |
|
pure virtual |
◆ setData()
virtual void dxcanvas::IBitmap::setData |
( |
const css::uno::Sequence< sal_Int8 > & |
data, |
|
|
const css::rendering::IntegerBitmapLayout & |
bitmapLayout, |
|
|
const css::geometry::IntegerRectangle2D & |
rect |
|
) |
| |
|
pure virtual |
◆ setPixel()
virtual void dxcanvas::IBitmap::setPixel |
( |
const css::uno::Sequence< sal_Int8 > & |
color, |
|
|
const css::rendering::IntegerBitmapLayout & |
bitmapLayout, |
|
|
const css::geometry::IntegerPoint2D & |
pos |
|
) |
| |
|
pure virtual |
The documentation for this struct was generated from the following file: