Multiple choice technology programming languages

Memory is a type of Device Context.

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

In Windows GDI, memory device contexts (created with CreateCompatibleDC()) are valid device context types. They allow off-screen drawing operations and bitmap manipulation. Memory DCs work with screen contexts for double-buffering and other graphics operations.