I am doing project on ICR. In that i need to convert the image from the picture to graphical object and then that graphics draw on another picture box by using below methods
Code:
Public grafik As Graphics
Private resim_cizim As New Bitmap(400, 300)
Private grafik_cizim As Graphics = Graphics.FromImage(resim_cizim)
Private kalem As New System.Drawing.SolidBrush(System.Drawing.Color.Black)