• 大小: 6.35M
    文件类型: .7z
    金币: 1
    下载: 0 次
    发布日期: 2020-12-26
  • 语言: C#
  • 标签: MVC  GDI  C#  学习  

资源简介

.net开源的矢量图、流程图这绘制软件,对学习.Net项目中的MVC架构、C#编程、GDI 图像处理、实现应用程序的撤消与重做等其他很多知识都有很好的帮助。

资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.Text;
using System.Drawing;

using Netron.Diagramming.Core;
using System.Drawing.Drawing2D;
using System.Runtime.Serialization;

namespace BasicShapes
{
    [Serializable()]
    [Shape(
        “Triangle“ // Shape Name
        “5B148C27-31F4-456f-8D1F-C7B8C8E86283“  // Shape Key
        “Basic Shapes“  // Category
        “A triangular shape.“  // Description
        false)]  // Is for internal use only?  NO.
    public class TriangleShape : SimpleShapebase
    {
        #region Fields

        // ------------------------------------------------------------------
        /// 
        /// The current version - used when deserializing the shape.
        /// 

        // --------------

评论

共有 条评论