graphicsdeviceinterface/screendriver/sbit/BMDRAW32.CPP
branchRCL_3
changeset 163 bbf46f59e123
parent 70 5e51caaeeb72
child 164 25ffed67c7ef
--- a/graphicsdeviceinterface/screendriver/sbit/BMDRAW32.CPP	Thu Aug 19 11:11:18 2010 +0300
+++ b/graphicsdeviceinterface/screendriver/sbit/BMDRAW32.CPP	Tue Aug 31 16:31:06 2010 +0300
@@ -32,11 +32,6 @@
 
 /**Initializes iSize, iDrawRect, iLongWidth, iScanLineBytes, iScanlineWords data members.
  It should be called every time when iSize is going to be changed - from Construct().
- If you are calling SetSize for an offscreen bitmap then this function operates correctly 
- but for hardware bitmaps the calculated values for iScanLineWords and iLongWidth members 
- may not be compatible. For hardware bitmaps you should explicitly set iScanLineWords to 
- a correct value as shown in CGuidScreenDevice<T,guidMode,pixelsPerWord>::SetDeviceOrientation.
-
 
  @param aSize Physical screen size in pixels.
  @panic EScreenDriverPanicInvalidSize - Invalid aSize parameter. This might happen if the