Search found 6 matches

by t.abbach
Mon Jan 04, 2010 6:01 pm
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: cursor icon
Replies: 1
Views: 5828

cursor icon

how can i set the position of the cursor icon?

AnnotationViewer1.Cursor = New Cursor(CursorIconOriginal(ImageList4.Images.Item(0)))
by t.abbach
Wed Dec 30, 2009 7:17 pm
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: change color
Replies: 1
Views: 6205

change color

i have a question for you. How can i change the outline color of the textannotaion. I have tried to change the color with outline.color = color.black. but it doesn't work. but when a draw a textannotation and then select the textannotation and then change the outline color then it works ? i have a e...
by t.abbach
Mon Dec 28, 2009 5:57 pm
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: repeat a drawing line
Replies: 1
Views: 6426

repeat a drawing line

I have a question. I want to draw a line but i want to repeat the selected line till i chose to draw a other line
how can i do that ?
by t.abbach
Mon Dec 28, 2009 1:58 pm
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: Drawing a line
Replies: 4
Views: 9927

Re: Drawing a line

thank a lot it works.
by t.abbach
Wed Dec 23, 2009 12:23 pm
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: Drawing a line
Replies: 4
Views: 9927

Re: Drawing a line

When i draw a line in your demo, the line starts with the left mouse button and stops with the right mouse button.
i want to start drawing a line with the left mouse button and hold my finger on the left mouse button till i want to stop the line.

how do i do that ?
by t.abbach
Tue Dec 22, 2009 6:48 pm
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: Drawing a line
Replies: 4
Views: 9927

Drawing a line

I want to press on the left mouse button and then i want to draw a line.
when i put my finger of the left mouse button then the line must stop ?

how can i do that