码迷,mamicode.com
首页 >  
搜索关键字:drawing    ( 1578个结果
[计算机图形学基础]Bresenham直线绘制算法
Abstract 学习TinyRenderer中的总结。 Bresenham直线绘制算法。 Reference : https://github.com/ssloy/tinyrenderer/wiki/Lesson-1-Bresenham%E2%80%99s-Line-Drawing-Algorit ...
分类:编程语言   时间:2021-03-08 13:59:59    阅读次数:0
C#控制台输出彩色文字
参考开源项目:https://github.com/tomakita/Colorful.Console 首先通过NuGet安装Colorful.Console。 基本用法如下: using System; using System.Drawing; using Console = Colorful. ...
分类:Windows程序   时间:2021-02-18 13:17:30    阅读次数:0
异步方法测试,暂时不知道对错
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u ...
分类:其他好文   时间:2021-02-15 12:42:07    阅读次数:0
[WPF 学习] 18. 摄像头(肢解DirectShow)
公司的产品需要人脸比对,摄像头相关的需求如下(突然发现除了英文不太好外,实际上中文也不太好,所以直接上一个接口) using System; using System.Drawing; using System.Windows.Media; namespace YK { public enum EC ...
分类:Windows程序   时间:2021-02-08 12:29:07    阅读次数:0
C#读取图片流保存到文件,再读取流文件,把图片再显示出来
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.IO; using System.Li ...
分类:Windows程序   时间:2021-01-06 12:23:37    阅读次数:0
C# 定时关机代码
c#定时关机代码 using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; usin ...
分类:Windows程序   时间:2021-01-02 11:04:09    阅读次数:0
winform中设置控件的透明度
Control.BackColor=System.Drawing.Color.FromArgb(10,Color.LightGray); Control.BackColor = System.Drawing.Color.FromArgb(100, Color.LightGray); 这两种设置控件的 ...
分类:Windows程序   时间:2020-12-17 12:35:46    阅读次数:6
事件 应用于授权子窗体传递验证数据给主窗体
一、事件定义类,即子窗体 using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; ...
分类:Windows程序   时间:2020-11-13 13:16:37    阅读次数:33
c#序列化反序列化
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System. ...
分类:Windows程序   时间:2020-11-01 22:06:15    阅读次数:31
C# 生成二维码
添加引用: ThoughtWorks.QRCode.dll System.Drawing using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Mi ...
分类:Windows程序   时间:2020-10-27 11:12:22    阅读次数:34
1578条   上一页 1 2 3 4 5 ... 158 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!