summaryrefslogtreecommitdiff
path: root/basebmp/inc/basebmp/bitmapdevice.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'basebmp/inc/basebmp/bitmapdevice.hxx')
-rw-r--r--basebmp/inc/basebmp/bitmapdevice.hxx7
1 files changed, 7 insertions, 0 deletions
diff --git a/basebmp/inc/basebmp/bitmapdevice.hxx b/basebmp/inc/basebmp/bitmapdevice.hxx
index 98e032597f07..389265e21ef5 100644
--- a/basebmp/inc/basebmp/bitmapdevice.hxx
+++ b/basebmp/inc/basebmp/bitmapdevice.hxx
@@ -92,6 +92,13 @@ public:
*/
bool isTopDown() const;
+ /** Query the offset from the start of the memory buffer
+
+ @ return the offset, which is (0,0) unless this is a subset
+ device.
+ */
+ basegfx::B2IVector getOffset() const;
+
/** Query type of scanline memory format
*/
sal_Int32 getScanlineFormat() const;