INTEGRATION: CWS draw9 (1.15.4); FILE MERGED
2003/04/10 17:42:16 thb 1.15.4.1: #107947# Moved GetTransformedGraphic() functionality to GraphicObject
This commit is contained in:
parent
f3bd07a45a
commit
881dd34eb3
1 changed files with 10 additions and 2 deletions
|
@ -2,9 +2,9 @@
|
|||
*
|
||||
* $RCSfile: grfmgr.hxx,v $
|
||||
*
|
||||
* $Revision: 1.15 $
|
||||
* $Revision: 1.16 $
|
||||
*
|
||||
* last change: $Author: hr $ $Date: 2003-03-25 18:28:07 $
|
||||
* last change: $Author: rt $ $Date: 2003-04-24 14:59:23 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
|
@ -328,6 +328,14 @@ private:
|
|||
const Size& rTileSize,
|
||||
const GraphicAttr* pAttr, ULONG nFlags );
|
||||
|
||||
void ImplTransformBitmap( BitmapEx& rBmpEx,
|
||||
const GraphicAttr& rAttr,
|
||||
const Size& rCropLeftTop,
|
||||
const Size& rCropRightBottom,
|
||||
const Rectangle& rCropRect,
|
||||
const Size& rDstSize,
|
||||
BOOL bEnlarge ) const;
|
||||
|
||||
DECL_LINK( ImplAutoSwapOutHdl, void* );
|
||||
|
||||
#endif // _SOLAR__PRIVATE
|
||||
|
|
Loading…
Reference in a new issue