using System;
using System.Collections.Generic;
using System.Collections;
using System.ComponentModel;
using System.Drawing;
using System.Data;
using System.Text;
using System.Windows.Forms;
using
System.IO;
//streamer io
using
System.Runtime.Serialization;
// io
using System.Runtime.Serialization.Formatters.Binary; // io
using System.Drawing.Printing;
namespace EmrKB
{
public
partial class vectShapes : UserControl
{
private string Status;
public string Option;
private string redimStatus = "";
private string msg = "";
[CategoryAttribute("Debug"),
DescriptionAttribute("ShowDebugInfo")]
public bool ShowDebug { get; set; }
private int startX;
private int startY;
private Shapes s;
private float _Zoom = 1;
private bool _A4 = true;
private int _dx = 0;
private int _dy = 0;
private int startDX = 0;
private int startDY = 0;
private int truestartX = 0;
private int truestartY = 0;
//畫筆Pen工具 START
private ArrayList VisPenPointList;
private ArrayList PenPointList;
private int PenPrecX;
private int PenPrecY;
//畫筆Pen工具 END
private Bitmap offScreenBmp;
private Bitmap offScreenBackBmp;
// Grid
public int _gridSize = 0;
public bool fit2grid = true;
//Graphic |