using System;
using System.Collecti ons.Generic;
using System.Componen tModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows. Forms;
using System.Drawing. Drawing2D;
using System.Collecti ons;
namespace Wire_Poc1
{
public partial class Form1 : Form
{
ArrayList GrfxPthList = new ArrayList();
...
User Profile
Collapse
-
graphics path arc validation
-
did you using MDI.
If you are using MDI (Multiple Document Interface)
Form1 childForm=(Form 1)this.ActiveMd iChid;
childForm.callE vent(sender,e) // callEvent belong to child.
If Any clarification needed,feel free to ask me. -
...Code:using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; namespace zoom_aug12 { public partial class Form1 : Form { private Bitmap bmp; Graphics grfbmp; public Form1() { InitializeComponent();Leave a comment:
-
Dear Moderator(INSER T ALIAS)
This is the concept I am trying but i want scroll bar in that .how can acheive it .?
http://www.codeproject .com/KB/graphics/PanZoom2.aspx?m sg=2672101#xx26 72101xx 01xx
I tried the concept of Autoscrollminsi ze and autoscrollposit ion but output is not working.
Please help me .If any thing which i done wrong in the previous post please forgive me.
Regards,...Leave a comment:
-
zooming using mouse wheel using C#
how can i do Zooming of a particular area using OnMouseWheel (that is zooming a mouse wheel point that should come into view with zoom ) using C#
Regards,
ALGATES -
meta file using C#
Hi
I am drawing a rectangle using OnmouseClick(ve ctor image)..how can i convert to meta file
...Code:using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; using System.Drawing.Drawing2D; namespace WindowsApplication2 { public partial class Form1Last edited by Curtis Rutland; Aug 2 '08, 05:03 AM. Reason: Added code tags and deleted a ridiculous amount of whitespace -
I have already used these but till it does not solve my problem,,,,...Leave a comment:
-
onPaint(paintEv entArgs pe)
{
Graphics GrfxView=pe.Cre ateGraphics();
GrfxView.DrawIm age(Bitmap, this.AutoScroll Position.X, this.AutoScroll Position.Y, this.AutoScroll MinSize.Width, this.AutoScroll MinSize.Height) ;
}...Leave a comment:
-
raster Image(bitmap)
hi,
I have performed some drawing using Vector image,DrawRecta ngle etc... and then i converted to raster Image(bitmap)
i found in the zoomed raster image(bitmap) the outer boundary of the raster image(bitmap) is blurry. i used Interpolation mode,smoothing mode,,and tried a lot ..... i cant able to solve this problem in C#...Please help me to solve this......
Regards,
alarock(algate... -
cut operation +C#
public partial class Form1 : Form
{
public Form1()
{
InitializeCompo nent();
Bitmap = new Bitmap(SystemIn formation.Worki ngArea.Width, SystemInformati on.WorkingArea. Height); //editted
grfx = Graphics.FromIm age(Bitmap); //Editted
}
... -
zoom+graphics+bitmap using CE;
HI
THIS IS MY CODE..I WANT TO ZOOM THE BITMAP..HOW IT IS POSSIBLE???
using System;
using System.Collecti ons.Generic;
using System.Componen tModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows. Forms;
namespace WindowsApplicat ion1
{
public partial class Form1 : Form
{
public Bitmap bmp;
... -
floating& docking window
how can i do floating and docking a Form(window) in mdiparent+c#..
thanks advance,,,
Regards,
ALGATES. -
addstring in graphics path +C#...
how can i addstring in path..as normal font...it should not be a outline text.....
regards,
algates.. -
cut,copy ,paste using graphicspath+clipboard+C#
anyone please reply me ..how do i do cut copy paste operation using graphics path and clipboard with c#...........
please reply to my mailto:: deleted
No activity results to display
Show More
Leave a comment: