saman
saman

Reputation: 455

Drawing In Wpf Application too Slow

I want to draw 1,000,000 lines in a Wpf Application. However, when I draw to MeshGeometry3D, the drawing is slow. How can the drawing speed be increased?

Upvotes: 2

Views: 581

Answers (1)

Ari Roth
Ari Roth

Reputation: 5534

These sites might help:

DrawingContext Class:

http://msdn.microsoft.com/en-us/library/system.windows.media.drawingcontext.aspx

WPF Graphics Overview: http://msdn.microsoft.com/en-us/library/ms748373.aspx

Upvotes: 1

Related Questions