CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - Rectangle
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - Rectangle - List
[
.net
]
printredrectangle
DL : 0
c#vs2005打印红色的一个矩形适合初学者-c# vs2005 red print a rectangle suitable for beginners
Date
: 2025-12-16
Size
: 30kb
User
:
flying
[
.net
]
yaya3
DL : 0
简单的绘图程序,包括直线,笔刷,矩形,椭圆,颜色-A simple drawing program, including the line, brush, rectangle, ellipse, color
Date
: 2025-12-16
Size
: 3.65mb
User
:
丫丫
[
.net
]
ManyDraw4
DL : 0
2008.net c#简单的绘图程序画直线矩形,圆-2008.net c# a simple drawing program drawing a straight line rectangle, circle
Date
: 2025-12-16
Size
: 73kb
User
:
杨龙
[
.net
]
SharpMaphaochenggongTest_09
DL : 0
Sharpmap画矩形以及圆圈和小区扇形-Sharpmap draw a rectangle and a circle and community sector
Date
: 2025-12-16
Size
: 1.46mb
User
:
haochengyang
[
.net
]
QR.NET-master
DL : 0
这是一个DOME,直接下载使用,仅实现二维码生成功能,如要增加二维码打印功能可以参考以下代码,如要增加其他功能请自行开发。 Image image = qrCodeEncoder.Encode(strData); Bitmap printPicture = new Bitmap(image.Width+20, image.Height + 40); Graphics g = Graphics.FromImage(printPicture); Rectangle destRect = new Rectangle(10, 10, image.Width, image.Height); g.DrawImage(image, destRect, 0, 0, image.Width, image.Height, GraphicsUnit.Pixel); RectangleF layoutRectangle = new RectangleF(0, image.Height + 20, image.Width, 30); g.DrawString(strCode, font, brush, layoutRectangle); string filepath = System.Web.HttpContext.Current.Server.MapPath(@"~\attachment")+ "1.png"; System.IO.FileStream fs = new System.IO.FileStream(filepath, System.IO.FileMode.OpenOrCreate,System.IO.FileAccess.Write); printPicture.Save(fs, System.Drawing.Imaging.ImageFormat.Png); fs.Close();printPicture.Dispose();(This is a DOME, which is directly downloaded. It only realizes the generation of two-dimensional code. If we want to increase the two-dimensional code printing function, we can refer to the following code, if you want to add other functions, please develop it yourself.)
Date
: 2025-12-16
Size
: 2.11mb
User
:
cbingqin
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.