Tagged Questions
4
votes
2answers
284 views
How to find out if two PolyLines intersect
I have a problem finding out if two PolyLines intersect.
Well the main objective is to compare last X and Y with the other PolyLine and find out if it's colliding aka intersecting with it.
There ...
3
votes
3answers
697 views
C# to VB.NET Conversion (Google Polyline Algorithm Decoder)
I have some C# code that decodes map paths encoded using Google's polyline algorithm and am trying to convert it to VB.NET.
Here's the C# code, which works fully:
Collection<Double> ...
3
votes
3answers
1k views
Customize rounded corner radius of a WPF polyline
is it possible to set the corner radius of a WPF polyline to a custom value.
For a WPF border it is possible.
In my opinion, the polyline can only set StrokeLineJoin="Round", but not the radius:
...
2
votes
3answers
171 views
Create a polygon around a polyline like a buffer
I have looked around to find an example of how to take a polyline and create a buffer around it so I end up with a polygon.
So far I found out I need Minkowskis Sums to do so, but I can't get my head ...
2
votes
1answer
835 views
Why the Path and Polyline have different renderings in WPF?
Why the Path and Polyline have different renderings in WPF?
This is happening both in code and blend, maybe a I missing something or this
is just a anti aliasing effect.
<Window
...
2
votes
3answers
1k views
Smooth polyline with minimal deformation
I've got a 2D closed polyline, which is reasonably smooth. The vertices that define the polyline however are not spaced equally. Sometimes two will be very close, sometimes as many as four will be ...
1
vote
2answers
208 views
Draw polyline on PictureBox
I want to draw polyline (a continuous line composed of one or more line segments) on PictureBox.
In this we can create multiple lines by specifying the endpoints of each segment as well as calculate ...
1
vote
1answer
209 views
Binding of a Polyline. What am I doing wrong?
I am trying what I thought a simple thing: drawing lines of a list of point.
If I put the list statically in the xaml of my window everything is ok.
If I do the bind, then nothing is displayed.
the ...
1
vote
3answers
540 views
WPF: How to set offset to PolyLine
I have 3 PolyLines that have same geometry.
I would like to set offset to two of them, so they would appear right next to each other.
How can i do that?
thanx.
1
vote
1answer
118 views
Adding controlpoints to polyline
I have an existing Polyline. How I can add a control point on it? In other words I need to add a control point on the LineSegment where I click with mouse. I use WPF.
Can anybody help me?
1
vote
2answers
995 views
How to move all coordonate from a WPF PolyLine object?
I have a graphic made dynamically with a polyline object. It produces something interesting but I would like to keep only the last 10 coordonates and once we have reach the 10th position, every ...
0
votes
0answers
26 views
wpf polyline multi brushes
Is it possible to set multi brushes for wpf polyline? For example I would like to draw triangle using polyline and set different color for each edge, or maybe there is other way to achieve it?
0
votes
1answer
62 views
Attach a polyline to shape
In a wpf in C# I draw a polyline on a canvas from the edge of a shape (rectangle) by the mouse move. I want to drag and drop then the rectangle with the polyline together as a united shape, In other ...
0
votes
1answer
93 views
How to animate polyline points using doubleanimation / pointanimation
Assuming I have a Polyline and I wish to move only the end of the Polyline from A to B using animation. How should I go about doing it?
p/s: I'll still prefer if the suggestion is for polyline and ...
0
votes
0answers
147 views
How To Change Polyline Color Google Api V2 When Page Refresh C# Web App
i am trying to change the color of polyline when i refresh the page but the code below change polyline color on click how to change the color on page refresh button ?? i am using my this code in ...
0
votes
1answer
61 views
How Can I Change The Color Of Polyline Back to The Previous One On Click Google Api V2 C# Web App?
i am easily changing the color of polyline on click button my code below,
var points = [
new GLatLng(24.85229, 67.01703),
...
0
votes
1answer
256 views
How To Change Color Of Icon And Poly Line At Run Time By Click
You Have edited script according to v2 i am getting this error on using that script pic attached on line 154
GEvent.addListener(window.polyline, 'click', function() {
...