Register Register Member Login Member Login Member Login Forgot Password ??
PHP , ASP , ASP.NET, VB.NET, C#, Java , jQuery , Android , iOS , Windows Phone
 

Registered : 109,027

HOME > ASP.NET > ASP.NET Image > ASP.NET Write Text to Image (PrivateFontCollection-AddFontFile)



Clound SSD Virtual Server

ASP.NET Write Text to Image (PrivateFontCollection-AddFontFile)

ASP.NET Write Text to Image (AddFontFile) การเขียนข้อความลงในรูปภาพ และสามารถกำหนดประเภทของ Font ได้ โดยสามารถเพิ่ม Font จากภายนอกได้ครับ ตัวอย่างนี้ผมได้ใช้ Font ชื่อ Matrix

Language Code : VB.NET || C#

Framework : 1,2,3,4

AspNetWriteTextImages3.aspx

<%@ Page Language="VB" %>
<%@ Import Namespace="System.Drawing" %>
<%@ Import Namespace="System.Drawing.Imaging" %>
<%@ Import Namespace="System.Drawing.Text" %>

<script runat="server">

	Sub Page_Load(sender As Object, e As EventArgs)	
		Dim intWidth,intHeight As Integer
		Dim FileName As String
		intWidth = 	400
		intHeight = 200
		FileName = "MyImages/Images.png"

		Dim objBitmap As Bitmap = New Bitmap(intWidth, intHeight)
		Dim objGraphic As Graphics = Graphics.FromImage(objBitmap)		
		'*** Create Images ***'
		objGraphic.FillRectangle(Brushes.Maroon, 0, 0, intWidth, intHeight)

		'*** Write Text ***'
		Dim strText As String = "The Matrix" '*** String ***'
		'*** Font **'
		Dim myFont As New PrivateFontCollection()
		myFont.AddFontFile(Server.MapPath("MyImages/MLTWNII_.ttf"))
		Dim thisFont As FontFamily = myFont.Families(0)
		Dim objFont As New Font(thisFont, 30, FontStyle.Bold) '*** Font Style ***'

		Dim objBrushWrite As New SolidBrush(Color.YellowGreen) '*** Font Color ***'
		
		'*** Text Align ***'
		Dim strFormat As New StringFormat
		strFormat.Alignment = StringAlignment.Center  '*** .Near (Left) , .Far (Right) ***' 
		strFormat.LineAlignment = StringAlignment.Center '*** .Near (Top) , .Far (Down) ***' 

		'*** DrawString ***'
		objGraphic.DrawString(strText, objFont, objBrushWrite, New Rectangle(0, 0, intWidth, intHeight),strFormat)

		'*** Save As ***'
		objBitmap.Save(Server.MapPath(FileName), ImageFormat.png)
		
		'*** Close ***'
		objGraphic.Dispose()
		
		'*** Nothing ***'
		objBitmap = Nothing
		objGraphic = Nothing

		'*** View Images ***'
		Me.imgPicture.ImageURL = FileName
		
	End Sub

</script>
<html>
<head>
<title>ThaiCreate.Com ASP.NET - Images (System.Drawing)</title>
</head>
<body>
	<form id="form1" runat="server">
		<asp:Image id="imgPicture" runat="server" />
	</form>
</body>
</html>
</form>


Screenshot

ASP.NET Image






   
Share

Property & Method (Others Related)

ASP.NET Write Text to Image
ASP.NET Write Text to Image (StringFormat)

ช่วยกันสนับสนุนรักษาเว็บไซต์ความรู้แห่งนี้ไว้ด้วยการสนับสนุน Source Code 2.0 ของทีมงานไทยครีเอท


ลองใช้ค้นหาข้อมูล


   


Bookmark.   
       
  By : ThaiCreate.Com Team (บทความเป็นลิขสิทธิ์ของเว็บไทยครีเอทห้ามนำเผยแพร่ ณ เว็บไซต์อื่น ๆ)
  Score Rating :  
  Create/Update Date : 2008-11-29 23:26:11 / 2009-06-03 08:00:46
  Download : Download  ASP.NET Write Text to Image (PrivateFontCollection-AddFontFile)
 Sponsored Links / Related

 
ASP.NET Create Image
Rating :

 
ASP.NET Write Text to Image
Rating :

 
ASP.NET Write Text to Picture
Rating :

 
ASP.NET (Watermark) Upload and Write Text to Picture
Rating :

 
ASP.NET Add Logo/CopyRight to Image
Rating :

 
ASP.NET Upload and Add Logo/CopyRight to Image
Rating :

 
ASP.NET Resize Image
Rating :

 
ASP.NET Create Thumbnail Image
Rating :

 
ASP.NET Upload & Resize Image
Rating :

 
ASP.NET Upload Resize Insert to Database
Rating :

 
ASP.NET Multiple Upload & Multiple Resize
Rating :


ThaiCreate.Com Forum


Comunity Forum Free Web Script
Jobs Freelance Free Uploads
Free Web Hosting Free Tools

สอน PHP ผ่าน Youtube ฟรี
สอน Android การเขียนโปรแกรม Android
สอน Windows Phone การเขียนโปรแกรม Windows Phone 7 และ 8
สอน iOS การเขียนโปรแกรม iPhone, iPad
สอน Java การเขียนโปรแกรม ภาษา Java
สอน Java GUI การเขียนโปรแกรม ภาษา Java GUI
สอน JSP การเขียนโปรแกรม ภาษา Java
สอน jQuery การเขียนโปรแกรม ภาษา jQuery
สอน .Net การเขียนโปรแกรม ภาษา .Net
Free Tutorial
สอน Google Maps Api
สอน Windows Service
สอน Entity Framework
สอน Android
สอน Java เขียน Java
Java GUI Swing
สอน JSP (Web App)
iOS (iPhone,iPad)
Windows Phone
Windows Azure
Windows Store
Laravel Framework
Yii PHP Framework
สอน jQuery
สอน jQuery กับ Ajax
สอน PHP OOP (Vdo)
Ajax Tutorials
SQL Tutorials
สอน SQL (Part 2)
JavaScript Tutorial
Javascript Tips
VBScript Tutorial
VBScript Validation
Microsoft Access
MySQL Tutorials
-- Stored Procedure
MariaDB Database
SQL Server Tutorial
SQL Server 2005
SQL Server 2008
SQL Server 2012
-- Stored Procedure
Oracle Database
-- Stored Procedure
SVN (Subversion)
แนวทางการทำ SEO
ปรับแต่งเว็บให้โหลดเร็ว


Hit Link
   







Load balance : Server 00
ThaiCreate.Com Logo
© www.ThaiCreate.Com. 2003-2024 All Rights Reserved.
ไทยครีเอทบริการ จัดทำดูแลแก้ไข Web Application ทุกรูปแบบ (PHP, .Net Application, VB.Net, C#)
[Conditions Privacy Statement] ติดต่อโฆษณา 081-987-6107 อัตราราคา คลิกที่นี่