pathgeometry
How to store PathGeometry in (SQL) database?
I\'ve got .net classes containing PathGeometries and need to store these in a SQL Server database. What columntype would I use and how开发者_运维知识库 do I get the PathGeometry into the column and[详细]
2023-04-12 04:12 分类:问答Speed up PathGeometry.Combine (c#.net)?
I\'ve got two geometrical data sets to match, both containing tens of thousands PathGeometries. To be exact I need to find areas which overlap from one set to the other, so I got a loop like[详细]
2023-04-11 23:12 分类:问答Source for basic Shapes in WPF
Does anybody know if there is some online source where one can download basic shapes such as the minimize开发者_Python百科/ maximize glyph, a star geometry or the Visual Studio pin glyph as WPF GEomet[详细]
2023-04-06 18:11 分类:问答Path stroke algorithm (convert to triangles/quads) or other suggestions
Does anyone know a good algorithm for converting a vector path into a stroked path that is composed of triangle/quad faces? Ideally with round line joins.[详细]
2023-03-27 02:23 分类:问答Pathfigure in wpf
How to get exact Pathfigure instance once we click on a Path? My Path has multiple pathFigures. I have following Xaml code:[详细]
2023-03-23 21:37 分类:问答GetPointAtFractionLength - how to check if path is correct
I was wondering if ther开发者_如何学JAVAe is any way to check the validity of an object of PathGeometry.[详细]
2023-03-21 04:08 分类:问答Finding widest empty straight path through a set of point
I\'m creating a simple game and come up with this problem while designing AI for my game: Given a set of N 开发者_开发技巧points inside a rectangle in the Cartesian coordinate, i need to find the wide[详细]
2023-02-28 18:44 分类:问答WPF Real Time Chart Performance using PathGeometry
I\'m trying to implement a chart that can handle real time data, which comes in every 1 ms.I poll for 50ms of data so that I\'m not trying to redraw the screen every single ms.I am using a PathGeometr[详细]
2023-02-16 20:44 分类:问答Getting length of a PathGeometry (lines) in C#/WPF
If I have a closed path, I can use Geometry.GetArea() to approximate the area of my shape.This is great and saves me a lot of time.But is there anything around that will help me find the length of a u[详细]
2023-02-15 01:44 分类:问答Rotation and Direction of ArcSegment
Is there a way to get an ArcSegment to draw in a particular direction? As far as I can tell, it is always drawing top to bottom to top. For example, I have an ArcSegment which starts at 180 degrees (2[详细]
2023-02-12 23:29 分类:问答