I have two points given. how can i create a curve dynamically in xaml, c# on canvas.? [closed] - c#

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 2 days ago.
Improve this question
I have two points given. how can i create a curve dynamically in xaml, c# on canvas.?
i tried path arc. but the arc/ curve i.e. formed is having larger height.

Related

visual representation of arrays с# [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 7 months ago.
Improve this question
did I visualize 1D and 2D arrays correctly? if so, can you help with rendering a 3D and toothed array in this style?
Yes c# stores 2D arrays in row-major form (row by row). So the graphic looks correct.

Selective formatting in a TextBox [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
Is it possible to do selective formatting in a text box i.e. I actually wanted to change the color of mobile numbers in order to the status of DND?
This may be an overkill, but take a look at the RichTextBox class. Here is a nice tutorial.

How to find and highlight matching tags in scintilla [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 9 years ago.
Improve this question
How to find and highlight the matching tags using C# code to writing plugins for Notepad++.
Is there any SCI commands to make it easy.

How to draw curved cylinders c# open gl [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 9 years ago.
Improve this question
I need to draw curved cylinders in C#, WinForms and OpenGL.
Actually, I am drawing a picture of bender so I need to draw his arms and legs.
So how to do this?
What you're looking for is generating geometry for a circle transported along a spline.
Perhaps these'll help.
http://www.gamedev.net/topic/373943-3d-bezier-curve---3d-pipe/
http://www.unchainedgeometry.com/jbloom/pdf/ref-frames.pdf
https://www.google.com/search?q=parallel+transport+frame
https://www.google.com/search?q=swept+surface

What do I do if I want to draw some text on other program? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
I want to write a helper program to display some text on the other program. e.g.: I can display my guess on tiles in minesweeper in windows.
update 0906: I don't need inject a program, I can just check pixels on screen and show some text on screen. Is there some idea?
How can I do this?

Categories

Resources