- 博客(14)
- 资源 (1)
- 收藏
- 关注
原创 dddddddddd
public void DrawingJoystick(Graphics g){if (IsSelected == false) return; var cX = Rect.Width / 2; var cY = Rect.Height / 2; var s = JoystickSize; if (IsCurrent == false) { g.FillRectangle(JoystickSelect
2021-10-13 13:31:46
170
原创 SelectionBox
SelectionBoxusing System;using System.Collections.Generic;using System.Drawing;using System.Linq;using System.Text;using System.Threading.Tasks;using System.Windows.Forms;namespace CanvasDemo.Canvas{ public class SelectionBox : Element {
2021-10-13 13:04:15
344
原创 2021-10-13 ElementEiditor.cs
这里写自定义目录标题ElementEditor.csusing System;using System.Collections.Generic;using System.Drawing;using System.Linq;using System.Text;using System.Threading.Tasks;using System.Windows.Forms;namespace CanvasDemo.Canvas{ /// <summary> ///
2021-10-13 13:02:56
221
原创 Element
Elementusing System;using System.Collections.Generic;using System.Drawing;using System.Linq;using System.Text;using System.Threading.Tasks;namespace CanvasDemo.Canvas{public abstract class Element{ public string ID { get; set; } /// <s
2021-09-15 13:25:28
75
原创 ElementData
ElementDatausing CanvasDemo.Canvas;using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace CanvasDemo.Data{public class ElementData : IElementData{public string ID { get; set; }
2021-09-15 13:19:09
111
原创 DrawPcbElement
using CanvasDemo.Canvas;using CanvasDemo.Data;using System;using System.Collections.Generic;using System.Drawing;using System.Drawing.Drawing2D;using System.Linq;using System.Text;using System.Threading.Tasks;namespace CanvasDemo.Painter{public
2021-09-15 13:18:39
95
原创 DrawPcbLayer
ElementDatausing CanvasDemo.Canvas;using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace CanvasDemo.Data{public class ElementData : IElementData{public string ID { get; set; }
2021-09-15 13:16:37
91
原创 Viewer
using System;using System.Collections.Generic;using System.Drawing;using System.Linq;using System.Text;using System.Threading.Tasks;using System.Windows.Forms;namespace CanvasDemo.Canvas{public class Viewer{TimCanvas Canvas;public Viewer(TimCan
2021-09-15 13:15:49
281
原创 ObjectElement
using System;using System.Collections.Generic;using System.Drawing;using System.Linq;using System.Text;using System.Threading.Tasks;namespace CanvasDemo.Canvas{/// /// 对象元素/// public abstract class ObjElement : ObjElement where T : IElementData
2021-09-15 13:15:00
125
原创 Layer
Layerusing System;using System.Collections.Generic;using System.Drawing;using System.Linq;using System.Reflection.Emit;using System.Text;using System.Threading.Tasks;using System.Windows.Forms;namespace CanvasDemo.Canvas{public abstract class La
2021-09-15 13:14:29
84
原创 2021-09-15 FocusElement
FocusElementusing System;using System.Collections.Generic;using System.Drawing;using System.Linq;using System.Text;using System.Threading.Tasks;namespace CanvasDemo.Canvas{/// /// 绘制十字焦点/// public class FocusElement : Element{public bool IsSh
2021-09-15 13:11:39
163
原创 2021-09-15
Backgrounderusing System;using System.Collections.Generic;using System.Drawing;using System.Linq;using System.Text;using System.Threading.Tasks;namespace CanvasDemo.Canvas{/// <summary>/// 控制背景/// </summary>public class Backgrounder
2021-09-15 13:10:54
63
原创 2021-09-15
csusing System;using System.Collections.Generic;using System.Diagnostics;using System.Drawing;using System.Linq;using System.Text;using System.Threading.Tasks;using System.Windows.Forms;namespace CanvasDemo.Canvas{public delegate void LayerChang
2021-09-15 12:42:28
90
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人