Tagged Questions
The pathgeometry tag has no wiki summary.
7
votes
2answers
316 views
Is it possible to animate a PolyLineSegment in Silverlight, i.e. the PointCollection?
I'm clipping a Canvas I have with a diamond-shaped PolyLineSegment in a PathGeometry. I'm trying to animate the PointCollection of it though, and cannot seem to resolve the TargetProperty. This is the ...
6
votes
3answers
575 views
Splitting a WPF PathGeometry into “tiles”
I have a rather large PathGeometry (over 100,000 points and stroked but not filled) to display for the user, but only a small portion of the path will be visible at any one time. To clarify, the path ...
5
votes
3answers
258 views
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 widest straight path ...
5
votes
2answers
324 views
WP7 PathGeometry error
I'm having a strange error with a simple PathGeometry object and I can't seem to figure it out. I would appreciate it if someone could explain to me why this doesn't work.
Here is an example of a ...
5
votes
3answers
450 views
WPF PathGeometry update is _SLOW_
In a WPF UI I have nodes connected by bezier paths, like so:
When the user drags a node around, the connecting paths need to be updated in real-time. However, I've noticed some slowdown (especially ...
4
votes
3answers
436 views
Algorithm to split self-intersected Path2D into several not self-intersected paths?
I need to get rid of self-intersections in a shape. Shape is constructed from an array of points, so all segments of that shape are lines. (only lines, no curves and arcs)
Previously, I tried to ...
4
votes
1answer
656 views
Cutting holes in PathGeometry
I have a PathGeometry defining some path like this one:
This is a simplified example. In reality it can have segments of any type (Line, Arc, Bezier).
Now I need to cut a hole of some sort and ...
3
votes
2answers
66 views
3
votes
6answers
221 views
Algorithm to simplify a path
Given a path, I want to optimize it so that all verticies that are straight on a line can be removed.
For example:
Path:
*******
* *
* *
***********
Could be optimized to:
*-----*
| ...
3
votes
1answer
159 views
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:
<Path Stroke="Black">
<Path.Data>
...
3
votes
1answer
1k views
WPF - Path/Geometry help - Strange shape
Anyone know a good way to create this object from Xaml? It also has to work at .5 Opacity when layered on top of other controls.
It also has to be resizable via Horizontal or Vertical Alignment.
...
2
votes
1answer
40 views
Filling not closed PathGeometry to the bottom
Suppose I have PathGeometry, consisting of lines, like this
(the rectangle == panel, for example Grid):
I want to fill them to the bottom of the panel, like this:
The quick and not very good ...
2
votes
1answer
185 views
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.
Basically I am trying to draw a thick path ...
2
votes
1answer
143 views
How could I make geometry advanced operations on bezier paths?
I have a library that draws regular bezier path figures (complex paths formed of a lot of bezier points), using midpoint approximation.
I can draw them without problem, but I need to add support for ...
2
votes
3answers
903 views
Get path geometry from image
If i have a logo, let's say done as a jpg or even a png. Any suggestion for how I can use that to define a path geometry? It would be really good if any suggestions could be provided for how i can do ...
1
vote
2answers
91 views
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/ maximize glyph, a star geometry or the Visual Studio pin glyph as WPF GEometry Path?
1
vote
0answers
92 views
GetPointAtFractionLength - how to check if path is correct
I was wondering if there is any way to check if object of PathGeometry is valid.
I need to use GetPointAtFractionLength function to get some point at the path, however for some path this function ...
1
vote
1answer
53 views
In an arbitrary polygon, how do I detect freedom from intersection of any side by another?
I am drawing a polygon for the Traveling Salesman problem, and would like to test for non-intersection of any paths, as a means of adaptively halting the genetic search. I tried simply checking line ...
1
vote
2answers
472 views
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 ...
1
vote
2answers
709 views
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 ...
1
vote
1answer
157 views
Equivalent of IsFilled=“false” for PathFigure in Path Mini-language (Silverlight/WPF)
I'm trying to find the equivalent of IsFilled="False" that is used in a PathGeometry, but for Path Mini.
You can see that the two paths below are identical, except for the one with geometries has ...
1
vote
1answer
301 views
What's the opposite of polygon triangulation?
After I've done a 2D triangulation, some triangles have the same color and I want to recombine them for drawing into like-colored graphics paths. I find that if I just draw the triangles one by one, ...
1
vote
2answers
292 views
Whats an easy way to fill a Concave PathGeometry to be Convex (finding the concave vertices & removing them)?
I've got a PathGeometry (polygon) built up of LineSegments on one PathFigure and I'd like to ensure that it's Convex. I have a method using the CrossProduct to determine whether the geometry is ...
1
vote
2answers
794 views
How to split a PathGeometry Polygon by an intersecting line segment
I've got a PathGeometry that I've built from a bunch of LineSegments, and I want to split it into two PathGeometries divided by a line intersecting down the middle of the geometry. Here's what I mean ...
1
vote
1answer
195 views
Custom Fill Property on PathGeometry in Silverlight
I've been looking at (and getting confused by) Dependency Properties - I'm not sure if this is what I need or if there is something else.
I'm looking to something very specific with ...
0
votes
0answers
10 views
Retrieving path segments from ID2D1PathGeometry
I'm currently trying to write a little game engine in C# using SlimDX just for fun.
I want my world to be destructable, so I have to be able to modify my map. My map is currently vector based, ...
0
votes
0answers
44 views
WPF Property-specific TypeConverter being ignored
I have the following class (extract) and XAML implementations thereof. The first XAML implementation causes an error:
Error 342 Unexpected token 'Circle' at position '0'. Line 67 Position 3. ...
0
votes
2answers
43 views
Tangent at a point on a PathGeometry
GetPointAtFractionLength
pathGeometry.GetPointAtFractionLength(progress, out point, out tangent);
GetPointAtFractionLength gives a point on the pathgeometry and a tangent at that point if factional ...
0
votes
1answer
65 views
Combining multiple paths with different fills while still able to stretch uniformly
I'm trying to create a re-sizable drawing from a group of paths I've generated from Adobe Illustrator, but can't figure out how to make it re-sizable and maintain the fills. The original path data is:
...
0
votes
1answer
49 views
How to get Point.X at a Point.Y on a FlattenPathGeometry - WPF
I have a "FlattenedPathGeometry" and I want to be able to get a specific point.X from the path based on a specific Point.Y
Basically I just need the X value at any given Y.
Thanks in advance for ...
0
votes
1answer
27 views
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 back?
0
votes
2answers
62 views
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
foreach ...
0
votes
0answers
105 views
Draw an Ellipse using PathGeometry
How can I draw an ellipse using PathGeometry without using an equation for ellipse? Maybe bezier curves? Note: I do not want to use EllipseGeometry.
0
votes
2answers
57 views
what is a good database/approach for storing and querying geometric path data
I'm working on a project that tracks blobs (people). We want to track their xy position, turn this into some representation of their traversed path, and do queries that return things like "which ...
0
votes
1answer
525 views
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 ...
0
votes
1answer
933 views
WPF/Path - geometry consisting of multiple lines with different line width?
I have the need for drawing in the same drawing with lines of different color, thickness etc.
I can create two instances of PathGeometry, but I can't set color on them.
I can create two instances of ...
0
votes
1answer
1k views
Convert XAML PathGeometry to WPF PathGeometry
I want the PathGeometry that consist of LineSegment.
So, I use this first code but it's error.
PathGeometry temp = (PathGeometry)Geometry.Parse(
"<PathGeometry.Figures>" +
...
0
votes
1answer
263 views
Leveraging WPF's CombinedGeometry in code
I have a requirement for 2D geometric boolean operations in a non-WPF application. I know you can use WPF assebmlies in a non-WPF application. Can the CombinedGeometry and PathGeometry object be ...
0
votes
1answer
399 views
Creating an abitrary, curved Well Known Text LineString for display in OpenLayers
I am dynamically generating a WKT LineString between points in a map layer being generated for display in OpenLayers. I'd like to make the lines between the points curved, and I'd like to be able to ...
0
votes
1answer
677 views
Find Control Point for QuadraticBezierSegment when given Start, End, and 1 Point lying along the bezier in C# - QuadraticBezier 3-point Interpolation
This is Similar to a previous question I asked about the Cubic Bezier. I've got a start point, an endpoint, and a point that is meant to lie along a Quadratic Bezier. Given these three points I want ...
0
votes
1answer
1k views
How do you clone a path resource in Silverlight?
I have a resource defined in my Xaml file as follows:
<Path x:Key="myPath"
Data="M14.773241,18.080208 C12.373256,18.080208 10.239936,19.30687 10.239936,27.573483
L10.239936,36.106766 ...