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 |
What are the advantages of using Doc/View or SDI over DialogBox
how does conditionally close the Dialog Box ?
is there any class which is not derived from Cobject
What is the difference between OnInitialUpdate and OnUpdate?
Have you ever used win32 APIs ?
Explain in sort What is CTargetObject?
What is Multithreading
What is document-view architecture ? Give me one real time example for SDI ?
is it possible to display a window .without using windowclass
1) How do you Destroy a Dialog Box ?
Which CPrintInfo member variable must be set for multiple page printouts?
What is the base class for MFC Framework ?