Портал разработчиков САПР Суббота, 04.05.2024, 09:23
Приветствую Вас Гость | RSS
Главная страница | Каталог статей | Регистрация | Вход
» Меню сайта

» Категории каталога
Работа с графикой [1]
Исользование в программах Graphic Devoce Interface Plus. Примеры кода

Начало » Статьи » Visual Basic .NET » Работа с графикой

Рисование линий
На форму необходимо поместить PictureBox и переименовать его в pctMain


Option Strict On
Option Explicit On

Public Class MainForm
       
Dim
p(1), pe(1) As Point 
       
Dim
myArray As ArrayList = New ArrayList() 
       
Private Sub
pctMain_MouseDown(ByValsender As Object, ByVal e As System.Windows.Forms.MouseEventArgs) Handles pctMain.MouseDown 
 
p(0) = e.Location
myArray.Add(p(0)) 
       
End Sub        
Private Sub
pctMain_MouseMove(ByVal sender As Object, ByVal e As System.Windows.Forms.MouseEventArgs) Handles pctMain.MouseMove 
      
        
If
myArray.Count = 0 Then Return 
               
p(1) = e.Location 
               
pctMain.Invalidate() 
       
End Sub 
       
Private Sub
pctMain_Paint(ByVal sender As Object, ByVale As System.Windows.Forms.PaintEventArgs) Handles pctMain.Paint 
       
       
Dim
i As Integer 
               

For
i = 1 To myArray.Count - 1 Step
               
       

pe(0) = CType(myArray.Item(i - 1), Point) 
               
       

pe(1) = CType(myArray.Item(i), Point)
               
       

e.Graphics.DrawLine(Pens.Blue,
pe(0).X, pe(0).Y, pe(1).X, _ pe(1).Y)
               
Next
               
e.Graphics.DrawLine(Pens.Blue, p(0).X,
p(0).Y, p(1).X, p(1).Y)
       
End Sub
End Class
Категория: Работа с графикой | Добавил: sham (17.04.2007)
Просмотров: 10325 | Комментарии: 11 | Рейтинг: 5.0 |

Всего комментариев: 2
2 pipspreads  
0
Happy New Year Promotions and Bonus!

Open ECN Account till Febuary only $1300 Deposit
Get a 10% Bonus on all Wired Funds over $500

4runnerforex broker http://4runnerforex.com
Lowest Spread brokerage, just 1pip eur/usd GET YOUR FREE DEMO
Trade forex currencies easy, as we accept visa/mastercard with same day account opening!

1 EmalseeminisA  
0
bien que l'on observe une baisse de l' <a href='http://www.dopimmo.com/'>immobilier</a> le site internet de petites annonces immobilieres qui s'en sort et qui grimpent tirent sa chandelle du jeu

Имя *:
Email *:
Код *:
» Форма входа

» Поиск по каталогу

» Друзья сайта


Copyright MyCorp © 2006
Сайт управляется системой uCoz