pathgeometry
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.[详细]
2023-02-10 23:45 分类:问答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)[详细]
2023-02-07 11:16 分类:问答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([详细]
2023-02-02 05:48 分类:问答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 trian[详细]
2023-01-13 06:00 分类:问答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[详细]
2023-01-11 07:08 分类:问答How to split a PathGeometry Polygon by an intersecting line segment
I\'ve go开发者_运维技巧t 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.Her[详细]
2023-01-06 20:33 分类:问答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 Conv[详细]
2023-01-06 08:03 分类:问答WPF PathGeometry update is _SLOW_
In a WPF UI I have nodes connected by bezier paths, like so: It might be... atomic http://nv3wrg.blu.livefilestore.com/y1pIGBd33lCC6lF-9H0MqgnL40BdNEoEemZDENzgpEI1IL2j4B-qb3qS3WlxMSys28IjqNngR7mdfvQB[详细]
2023-01-06 03:37 分类:问答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.[详细]
2023-01-02 09:39 分类:问答How to fill out a form field without a name in webbrowser control?
In the past, I used the code below to fill out a form field using the webbrowser control in VB.Net. The page I am working with doesn\'t have name field for the inputbox, so my code doesn\'t work. How[详细]
2022-12-26 15:46 分类:问答