Name the function is used to transfer bitmaps to an output
device?

Answers were Sorted based on User's Feedback



Name the function is used to transfer bitmaps to an output device?..

Answer / satyagmk

Using LoadBitmap();we can load the bitmaps at the runtime.

Is This Answer Correct ?    3 Yes 0 No

Name the function is used to transfer bitmaps to an output device?..

Answer / naviyr

BitBlt is used for Bit Block transfer and StretchBlt is used
to transfer the bits and stretch the image.

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More VC++ AllOther Interview Questions

How will slove problem comes wirh Hybrid Inheritance?

1 Answers   Microsoft,


How can we allow no selection of radio button in grouped radio buttons?

2 Answers  


A file a.cpp & B.cpp are complied & linked together in VC++ file a is something like int a =100;, File B is something like extern a; main() { printf("%d",a); }what will be the output.a)100,b)linker error,c)complier error etc etc.

3 Answers   Honeywell,


What is the RGB macro used for?

1 Answers  


How many time DLLMain gets called?

1 Answers   Microsoft,






What is an overlapped image?

1 Answers  


What is microsoft visual c++ redistributable and do I need it?

0 Answers  


Is visual c++ still used?

0 Answers  


What is the purpose of a C++ namespace?

2 Answers  


Is visual c++ the same as c++?

0 Answers  


What is microsoft visual c++ 2015 redistributable package x64?

0 Answers  


What is a glyph?

2 Answers  


Categories