uifw/ganes/inc/HgVgHelper.h
branchRCL_3
changeset 10 9f56a4e1b8ab
parent 0 2f259fa3e83a
--- a/uifw/ganes/inc/HgVgHelper.h	Fri Mar 12 15:43:43 2010 +0200
+++ b/uifw/ganes/inc/HgVgHelper.h	Mon Mar 15 12:41:34 2010 +0200
@@ -213,7 +213,8 @@
      * @param aPos position where to draw (in symbian screen coordinates).
      * @param aWindowRect drawing windows rectangle.
      */
-    void DrawImage(VGImage aImage, const TPoint& aPos, const TRect& aWindowRect, TBool aCentered = EFalse);
+    void DrawImage(VGImage aImage, const TPoint& aPos, const TRect& aWindowRect, TBool aCentered = EFalse, 
+        TBool iLanscape = EFalse);
     
     /**
      * Draws vg image to current vg surface multiplying its colors by a color.
@@ -225,7 +226,8 @@
      * @param aWindowRect drawing windows renctangle.
      */
     void DrawImageColorized(VGImage aImage, const TRgb& aColor, 
-            const TPoint& aPos, const TRect& aWindowRect, TBool aCentered = EFalse);
+            const TPoint& aPos, const TRect& aWindowRect, TBool aCentered = EFalse, 
+            TBool iLanscape = EFalse);
     
     
     /**