码迷,mamicode.com
首页 >  
搜索关键字:drawing    ( 1578个结果
Microsoft.Expression.Drawing文件安装
使用Blend的绘制功能,需要引用 Microsoft.Expression.Drawing 库文件, xmlns:ed="http://schemas.microsoft.com/expression/2010/drawing" <UserControl x:Class="CircleProgre ...
分类:Windows程序   时间:2020-10-16 10:40:39    阅读次数:34
C#操作Sql数据库之对数据库进行增删改查
测试窗体为: 直接上代码: using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using ...
分类:数据库   时间:2020-09-17 12:31:54    阅读次数:43
字体相关参数与数据集合
项目中,需要实现字体相关操作,收集了一些相关参数,可以引用的。 using System.Collections.Generic; using System.Drawing; using System.Drawing.Text; using System.Linq; using System.Net ...
分类:其他好文   时间:2020-09-15 21:20:52    阅读次数:53
简单C#、asp.net mvc验证码的实现
using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Text; using System.Drawing; using System.IO; namespa ...
分类:Windows程序   时间:2020-07-25 23:32:41    阅读次数:86
003-Paint_FreePythonGames_Complete
一 代码 此次把代码中画三角形和矩形的内容补充完全了,不过三角形只能实现画正三角形;代码最后一部分还是每弄懂,有点头疼。 1 """Paint, for drawing shapes. 2 3 Exercises 4 5 1. Add a color. 6 2. Complete circle. 7 ...
分类:编程语言   时间:2020-07-14 13:51:58    阅读次数:65
账单1.4 :NPOI +Excel Winform版
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u ...
分类:Windows程序   时间:2020-07-08 21:29:45    阅读次数:100
csharp: Emgu.CV.OCR and Tesseract.OCR Optical Character Recognition
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System. ...
分类:其他好文   时间:2020-07-06 18:13:51    阅读次数:66
Tinyrender-Lesson 1 Bresenham’s Line Drawing Algorithm
Tinyrender-Lesson 1 Bresenham’s Line Drawing Algorithm 原文:https://github.com/ssloy/tinyrenderer/wiki/Lesson-1-Bresenham%E2%80%99s-Line-Drawing-Algorit ...
分类:Windows程序   时间:2020-06-23 21:37:46    阅读次数:91
System.ArgumentException: 无法找到字体“?”。
在 asp.net 中遇到异常: System.ArgumentException: 无法找到字体“?”。 在 System.Drawing.FontFamily.GetGdipGenericSansSerif() 在 System.Drawing.FontFamily.CreateFontFami... ...
分类:其他好文   时间:2020-06-23 15:41:08    阅读次数:83
win32-Transparent的使用
这个api的功能主要是实现“透明” 原理: Transparent将hdc中bmp的特定颜色“透明化” #include <Windows.h> #pragma comment(lib,"Msimg32.lib") using namespace std; HBITMAP hBitmap; HBIT ...
分类:Windows程序   时间:2020-06-22 11:03:01    阅读次数:76
1578条   上一页 1 2 3 4 5 6 ... 158 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!