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 if we provide two message handler for same message ?
how u can move CDC pointer to one line in cview?
How to update windows title bar dynamically?
What is the use of CCmdTarget ?
What is LPCTSTR? What does LP denote it?
Differ GetMessage, PostMessage & PeakMessage?
if i modified data in 1 view how does the other view knows
What is serialization ?which function is responsible for serializing data ?
Given two processes, how can they share memory?
What is the difference between workrer thread and UI thread
How we can findout Memoryleaks, In what way it can be avoided
What is socket?