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 |
Which CPrintInfo member variable must be set for multiple page printouts?
Which Macro is a Super set of other two macro DECLARE_SERIAL,DECLARE_DYNAMIC and DECLARE_DYNCREATE. ?
Why not virtual functions to handle messages?
What are the differences between MFC Exception macros and C++ exception keywords?
What view class enables you to use an edit control as a view?
What is the base class for most MFC classes?
What is the base class for MFC
What are the special requirements for dialog box resources used in a form view?
2.create for 10 batch: Employee_Number Employee_name Employee_Dateofjoining Employee_address Employee_salary 1.select the employee name who deriving more than 10 thousand salary and joined before august 08. use structure and pointers
what is message Testing ?
Tell me the work of HTREDUCE and HTZOOM
1) How do you Destroy a Dialog Box ?