码迷,mamicode.com
首页 >  
搜索关键字:drawing    ( 1578个结果
C# WinForm MessageBox.Show显示在窗体中间
一、新建MessageBoxEx类,并添加以下代码。 using System; using System.Windows.Forms; using System.Text; using System.Drawing; using System.Runtime.InteropServices; na ...
分类:Windows程序   时间:2020-02-14 18:24:53    阅读次数:214
打印功能
第一种方法: System.Drawing.Printing.PageSettings set_print_page = new System.Drawing.Printing.PageSettings(); DevExpress.XtraPrinting.DynamicPrintHelper ph ...
分类:其他好文   时间:2020-02-12 11:20:29    阅读次数:92
Grid++Report生成送货单
原文:Grid++Report生成送货单 using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Lin... ...
分类:其他好文   时间:2020-02-11 16:10:22    阅读次数:60
winform耗时代码处理,仿win10加载动画Loading
1.画点 using System; using System.ComponentModel; using System.Drawing; namespace Loading { /// /// 表示一个"点" /// internal sealed class LoadingDot { regio ...
分类:Windows程序   时间:2020-02-07 17:09:12    阅读次数:79
c#生成验证码
using System.Drawing;using System.Drawing.Drawing2D;using System.Drawing.Imaging;using System.IO; 需要特别引用:System.Drawing /// <summary> /// 生成随机数 /// </ ...
分类:Windows程序   时间:2020-01-30 19:10:40    阅读次数:115
LeetCode 464 - Can I Win - Medium (Python)
In the "100 game," two players take turns adding, to a running total, any integer from 1..10. The player who first causes the running total to reach o ...
分类:编程语言   时间:2020-01-29 10:50:52    阅读次数:93
[Mathematics][Fundamentals of Complex Analysis][Small Trick] The Trick on drawing the picture of sin(z), for z in Complex Plane
Exercises 3.2 21. (a). For $\omega = sinz$, what is the image of the semi-infinite strip $S_1 = \{x+iy|-\pi<x<\pi,y>0\}$ (b). what is the image of the ...
分类:Windows程序   时间:2020-01-25 22:18:21    阅读次数:124
C# GUI应用 实现 2048游戏
C# GUI应用 实现 2048游戏 using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System. ...
分类:Windows程序   时间:2020-01-25 10:18:16    阅读次数:88
COMMUNITY DETECTION_python-louvain
Python-louvain Package pip install python-louvain #Drawing partition Method 1: Method 2: Supplementary knowledge: 1. what is the partition of graphs. ...
分类:编程语言   时间:2020-01-20 20:51:33    阅读次数:188
DataGridView控件使用Demo
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System. ...
分类:Windows程序   时间:2020-01-20 19:04:00    阅读次数:103
1578条   上一页 1 ... 7 8 9 10 11 ... 158 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!