views:

43

answers:

2

I Want Draw 1 000 000 line In Wpf Application But When I Draw To MeshGeometry3D It Is Slow How Increse Speed On Draing 1 000 000 Lines

1 000 000 iS Number Of Line

+1  A: 

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

Ari Roth
Working with graphics at the visual layer will help performance (if you do it properly). For a million lines though (perhaps in a 3D mesh from your question), WPF may not be up to the job. Maybe you need to rethink your requirements or look into DirectX.
AndrewS
A: 

I Use DrawingContext Class But I do not Know Show It At Form I want to can Zooom On DrawingContext Entitys

saman