Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6568423
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T14:28:32+00:00 2026-05-25T14:28:32+00:00

In creating a drawing application or a simulation containing thousands of shapes, it is

  • 0

In creating a drawing application or a simulation containing thousands of shapes, it is advised to used classes derived from Visual (like DrawingVisual) instead of classes derived from Shape due to performance degradation.

I want to know how much is the performance degradation and is majority of it due to FrameworkElement class in the hierarchy of derived classes? And what is the threshold beyond which one should decide using Visual instead of Shape? And what are the pros and cons of losing UIElement and FrameworkElement in the chain?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-25T14:28:33+00:00Added an answer on May 25, 2026 at 2:28 pm

    The Drawing derived classes are all much lighter weight since they’re basically just rendering primitives. They don’t actually do much except define the region in which they’ll be drawn.

    When you use classes derived from Shape, the objects all have to register for event handling and work as part of the standard layout system, as well as handle all of their own rendering. This doesn’t have a huge impact with few objects, but as you add more, the layout passes and event processing really can have a large impact on overall performance.

    I want to know how much is the performance degradation and is majority of it due to FrameworkElement class in the hierarchy of derived classes?

    Pretty much all of it – the fact that it derives from FrameworkElement means that a Shape has to handle all of the layout, eventing, and rendering, which is the entire reason it’s slower.

    And what is the threshold beyond which one should decide using Visual instead of Shape? And what are the pros and cons of losing UIElement and FrameworkElement in the chain?

    Measure, and see where the threshold is for you… A lot depends on what you’re doing, and how you’re using these types.

    A good resource to get more details is the Drawings and Shapes section of the WPF Performance Optimization page on MSDN.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm creating an application where I will be drawing two circles onto the screen,
Here is my situation. I'm creating a drawing application using OpenGL and WinAPI. My
I'm creating a drawing application with OpenGL. I'v created an algorithm that generates gradient
I'm creating a drawing application that renders OpenGL when it gets a WM_SCROLL or
I'm creating a simple drawing application that adds new Shape objects to a MovieClip
On my Form Load event I am creating a bitmap using System.Drawing classes, and
I am working on creating a Windows Forms Application in C++ using Visual Studio
So, I am creating a Windows Forms Application in Visual C++ 2010, and I
I am interested in creating a 2D drawing application for Android using touch input.
My original question: I'm creating a simple drawing application and need to be able

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.