Draw Coordinate : Coordinate « 2D Graphics « VB.Net Tutorial

Home
VB.Net Tutorial
1.Language Basics
2.Data Type
3.Operator
4.Statements
5.Date Time
6.Class Module
7.Development
8.Collections
9.Generics
10.Attributes
11.Event
12.LINQ
13.Stream File
14.GUI
15.GUI Applications
16.Windows Presentation Foundation
17.2D Graphics
18.I18N Internationlization
19.Reflection
20.Regular Expressions
21.Security
22.Socket Network
23.Thread
24.Windows
25.XML
26.Database ADO.net
27.Design Patterns
VB.Net
VB.Net by API
VB.Net Tutorial » 2D Graphics » Coordinate 
17.2.1.Draw Coordinate
Draw Coordinate
Imports System
Imports System.Drawing
Imports System.Collections
Imports System.ComponentModel
Imports System.Windows.Forms
Imports System.Data
Imports System.Drawing.Drawing2D

public class DrawCoordinate
   public Shared Sub Main
        Application.Run(New Form1)
   End Sub
End class

Public Class Form1
    Inherits System.Windows.Forms.Form
    Private startPoint As New Point(50217)
    Private endPoint As New Point(50217)

    Public Sub New()
        MyBase.New()
        InitializeComponent()
    End Sub

    Private components As System.ComponentModel.IContainer

    Friend WithEvents Button1 As System.Windows.Forms.Button
    Friend WithEvents CheckBox1 As System.Windows.Forms.CheckBox
    <System.Diagnostics.DebuggerStepThrough()Private Sub InitializeComponent()
        Me.Button1 = New System.Windows.Forms.Button
        Me.CheckBox1 = New System.Windows.Forms.CheckBox
        Me.SuspendLayout()
        '
        'Button1
        '
        Me.Button1.BackColor = System.Drawing.SystemColors.Desktop
        Me.Button1.Location = New System.Drawing.Point(35216)
        Me.Button1.Name = "Button1"
        Me.Button1.Size = New System.Drawing.Size(9624)
        Me.Button1.TabIndex = 0
        Me.Button1.Text = "Clear All"
        '
        'CheckBox1
        '
        Me.CheckBox1.Location = New System.Drawing.Point(35256)
        Me.CheckBox1.Name = "CheckBox1"
        Me.CheckBox1.TabIndex = 1
        Me.CheckBox1.Text = "Rectangle"
        '
        'Form1
        '
        Me.AutoScaleBaseSize = New System.Drawing.Size(513)
        Me.BackColor = System.Drawing.SystemColors.ActiveCaptionText
        Me.ClientSize = New System.Drawing.Size(480317)
        Me.Controls.Add(Me.CheckBox1)
        Me.Controls.Add(Me.Button1)
        Me.Text = ""
        Me.ResumeLayout(False)

    End Sub

    Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgsHandles Button1.Click
        startPoint.X = 50
        startPoint.Y = 217
        endPoint.X = 50
        endPoint.Y = 217
        Me.Invalidate(Me.ClientRectangle)
    End Sub
    Protected Overrides Sub OnMouseDown(ByVal e As MouseEventArgs)
        If e.Button = MouseButtons.Left Then
            Dim g1 As Graphics = Me.CreateGraphics()
            Dim linePen As New Pen(Color.Green, 1)
            Dim ellipsePen As New Pen(Color.Red, 1)
            startPoint = endPoint
            endPoint = New Point(e.X, e.Y)
            g1.DrawLine(linePen, startPoint, endPoint)
            If checkBox1.Checked Then
                g1.DrawRectangle(ellipsePen, e.X - 2, e.Y - 244)
            Else
                g1.DrawEllipse(ellipsePen, e.X - 2, e.Y - 244)
            End If
            linePen.Dispose()
            ellipsePen.Dispose()
            g1.Dispose()
        End If
    End Sub

    Protected Overrides Sub OnPaint(ByVal e As PaintEventArgs)
        Dim As Graphics = e.Graphics
        Dim vertFont As New Font("Verdana"10, FontStyle.Bold)
        Dim horzFont As New Font("Verdana"10, FontStyle.Bold)
        Dim vertBrush As New SolidBrush(Color.Black)
        Dim horzBrush As New SolidBrush(Color.Blue)
        Dim blackPen As New Pen(Color.Black, 2)
        Dim bluePen As New Pen(Color.Blue, 2)
        ' Drawing a vertical and a horizontal line
        g.DrawLine(blackPen, 502205025)
        g.DrawLine(bluePen, 50220250220)
        'X axis drawing
        g.DrawString("0", horzFont, horzBrush, 30220)
        g.DrawString("1", horzFont, horzBrush, 50220)
        g.DrawString("2", horzFont, horzBrush, 70220)
        g.DrawString("3", horzFont, horzBrush, 90220)
        g.DrawString("4", horzFont, horzBrush, 110220)
        g.DrawString("5", horzFont, horzBrush, 130220)
        g.DrawString("6", horzFont, horzBrush, 150220)
        g.DrawString("7", horzFont, horzBrush, 170220)
        g.DrawString("8", horzFont, horzBrush, 190220)
        g.DrawString("9", horzFont, horzBrush, 210220)
        g.DrawString("10", horzFont, horzBrush, 230220)
        ' Drawing vertical strings
        Dim vertStrFormat As New StringFormat
        vertStrFormat.FormatFlags = StringFormatFlags.DirectionVertical

        g.DrawString("-", horzFont, horzBrush, 50212, vertStrFormat)
        g.DrawString("-", horzFont, horzBrush, 70212, vertStrFormat)
        g.DrawString("-", horzFont, horzBrush, 90212, vertStrFormat)
        g.DrawString("-", horzFont, horzBrush, 110212, vertStrFormat)
        g.DrawString("-", horzFont, horzBrush, 130212, vertStrFormat)
        g.DrawString("-", horzFont, horzBrush, 150212, vertStrFormat)
        g.DrawString("-", horzFont, horzBrush, 170212, vertStrFormat)
        g.DrawString("-", horzFont, horzBrush, 190212, vertStrFormat)
        g.DrawString("-", horzFont, horzBrush, 210212, vertStrFormat)
        g.DrawString("-", horzFont, horzBrush, 230212, vertStrFormat)
        'Y axis drawing
        g.DrawString("100-", vertFont, vertBrush, 2020)
        g.DrawString("90 -", vertFont, vertBrush, 2540)
        g.DrawString("80 -", vertFont, vertBrush, 2560)
        g.DrawString("70 -", vertFont, vertBrush, 2580)
        g.DrawString("60 -", vertFont, vertBrush, 25100)
        g.DrawString("50 -", vertFont, vertBrush, 25120)
        g.DrawString("40 -", vertFont, vertBrush, 25140)
        g.DrawString("30 -", vertFont, vertBrush, 25160)
        g.DrawString("20 -", vertFont, vertBrush, 25180)
        g.DrawString("10 -", vertFont, vertBrush, 25200)
        ' Dispose
        vertFont.Dispose()
        horzFont.Dispose()
        vertBrush.Dispose()
        horzBrush.Dispose()
        blackPen.Dispose()
        bluePen.Dispose()
    End Sub

End Class
17.2.Coordinate
17.2.1.Draw CoordinateDraw Coordinate
17.2.2.GDI+ Coordinate SystemGDI+ Coordinate System
17.2.3.Draw line using integer coordinatesDraw line using integer coordinates
17.2.4.Draw line using float coordinatesDraw line using float coordinates
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.