自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(14)
  • 资源 (1)
  • 收藏
  • 关注

原创 OBS VS2019编译运行

OBS VS2019编译运行

2021-12-23 13:30:02 880

原创 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 110

原创 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 213

原创 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 189

原创 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 47

原创 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 81

原创 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 57

原创 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 57

原创 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 216

原创 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 85

原创 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 51

原创 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 124

原创 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 34

原创 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 44

C#Canvs画布 --支持放大缩小图形定位等

C#Canvs画布 --支持放大缩小图形定位等

2022-01-25

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除