idlehomescreen/inc/c_xnutils.h
branchRCL_3
changeset 23 7be2816dbabd
parent 0 f72a12da539e
--- a/idlehomescreen/inc/c_xnutils.h	Tue Apr 27 16:26:12 2010 +0300
+++ b/idlehomescreen/inc/c_xnutils.h	Tue May 11 16:02:39 2010 +0300
@@ -98,6 +98,9 @@
     IMPORT_C static TGulAlignmentValue TextAlignment( CXnNodePluginIf& aNode );
 
     /**
+    * Avoid using this method. Produces low quality bitmaps. Rather use
+    * CWindowGc::DrawBitmap and DrawBitmapMasked. These methods will scale 
+    * images on fly and they support HW acceleration.
     * Scales the source bitmap into a given rectangle of the target bitmap.
     * Source and target bitmaps must have the same display mode.
     *