Live Chat Icon For mobile
Live Chat Icon

How rendering in WPF differs from WIN32 applications?

Platform: WPF| Category : Rendering Graphics, 2D Graphics

A WIN32 application uses immediate mode graphics system wherein the application is responsible for repainting the client area when they are resized or the object’s visual appearance is changed. WPF on the contrary uses retained mode graphics system. In this mode, drawing information of an object is persisted and serialized by the application and the rendering is done by the system.

Share with

Related FAQs

Couldn't find the FAQs you're looking for?

Please submit your question and answer.