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 is the initial function to be called in MFC and what it will do
Given two processes, how can they share memory?
what is message loop how mfc does it internally?
If application hangs while SendMessage is waiting for the result, how you handle it?
In MFC By Using Communication Between Dialog Boxes,How Can We Send Message Of one Dialog Box To Another Dialog.?
3 Answers Financial Technologies,
How can server communicate with more than one client
List out the basic features of MFC.
Which Macro is a Super set of other two macro DECLARE_SERIAL,DECLARE_DYNAMIC and DECLARE_DYNCREATE. ?
What is userdefine Messages in MFC?
How we can findout Memoryleaks, In what way it can be avoided
1)why we cant create more than one instance of the class Derived from CWinApp
What is the use of CCmdTarget ?