Wie skaliert man CBitmap ?
-
Hallo,
Ich möchte ein CBitmap Objekt auf eine bestimmte größe skalieren
(es soll egal wie groß es ist vollständig in das Fenster passen.)Wie geht das ?
Vielen Dank im Voraus,
Tim
-
MSDN: CBitmap::SetBitmapDimension( int nWidth, int nHeight );
-
Manfred Schmidtke schrieb:
CBitmap::SetBitmapDimension( int nWidth, int nHeight );
... hat nicht funktioniert ...
-
StretchBlt