Explain StretchBlt and BitBlt
Answer / guest
The StretchBlt function copies a bitmap from a source
rectangle into a destination rectangle, stretching or
compressing the bitmap to fit the dimensions of the
destination rectangle.
The BitBlt function performs a bit-block transfer of the
color data corresponding to a rectangle of pixels from the
specified source device context into a destination device
context.
| Is This Answer Correct ? | 21 Yes | 0 No |
How to convert a CString variable to char* or LPTSTR?
what are the feauters of CObject
What is mfc class hierarchy?
What does mfc stand for?
What is model and modeless dialog box ? Give some examples?
if no message handler is available for a message then will deal with the message ? does window proving any default mechanism?
What is the difference between regular dlls and extended dlls?
What is the use of CObject::Dump function ?
How do you change the properties for a tree view control that is part of the CTreeView class?
What is the difference between the SDI and MDI
Which Macro is a Super set of other two macro DECLARE_SERIAL,DECLARE_DYNAMIC and DECLARE_DYNCREATE. ?
Difference between Cclint DC & Cpaint Dc