Microsoft Visual C# в задачах и примерах. 2-е изд



Download 2,39 Mb.
Pdf ko'rish
bet34/104
Sana23.02.2022
Hajmi2,39 Mb.
#135218
TuriКнига
1   ...   30   31   32   33   34   35   36   37   ...   104
Bog'liq
C# справочник задачи


Часть 1 
114 
Кисти 
Программа Кисти (рис. 1.25, листинг 1.23) демонстрирует работу 
с кистями различных типов. Следует обратить внимание на то, 
что для того, чтобы можно было использовать градиентную и 
текстурную кисти, в программу нужно добавить ссылку на про-
странство имен 
System.Drawing.Drawing2D
.
Рис. 1.25. Окно программы Кисти 
Листинг 1.23. Модуль формы программы Кисти 
using System; 
using System.Collections.Generic; 
using System.ComponentModel; 
using System.Data; 
using System.Drawing; 


Примеры и задачи 
115 
using System.Linq; 
using System.Text; 
using System.Windows.Forms; 
using System.Drawing.Drawing2D; 
namespace WindowsFormsApplication1 

public partial class Form1 : Form 

public Form1() 

InitializeComponent(); 

private void Form1_Paint(object sender, 
PaintEventArgs e) 

// Solid Brush 
e.Graphics.FillRectangle(Brushes.ForestGreen, 
20, 20, 30, 60); 
e.Graphics.FillRectangle(Brushes.White, 
50, 20, 30, 60); 
e.Graphics.FillRectangle(Brushes.Red, 
80, 20, 30, 60); 
e.Graphics.DrawRectangle(Pens.Black, 
20, 20, 90, 60); 
e.Graphics.DrawString("Solid Brush", this.Font, 
Brushes.Black, 20, 85); 
// градиентная кисть LinearGradientBrush 
LinearGradientBrush lgBrush_1 = 
new LinearGradientBrush( 
new RectangleF(200, 20, 90, 10), 
Color.Blue, Color.LightBlue, 
LinearGradientMode.Horizontal); 


Часть 1 
116 
e.Graphics.FillRectangle(lgBrush_1, 
200, 20, 90, 60); 
e.Graphics.DrawString( 
"Linear Gradient - Horizontal", this.Font, 
Brushes.Black, 200, 85); 
// градиентная кисть LinearGradientBrush 
LinearGradientBrush lgBrush_2 = 
new LinearGradientBrush( 
new RectangleF(0, 0, 10, 60), 
Color.Blue, Color.LightBlue, 
LinearGradientMode.Vertical); 
e.Graphics.FillRectangle(lgBrush_2, 
20, 120, 90, 60); 
e.Graphics.DrawString( 
"Linear Gradient - Vertical", this.Font, 
Brushes.Black, 20, 185); 
// текстурная кисть
try

TextureBrush tBrush = 
new TextureBrush 
(Image.FromFile("brush_2.bmp")); 
e.Graphics.FillRectangle(tBrush, 
200, 120, 90, 60); 

catch (System.IO.FileNotFoundException) 

e.Graphics.DrawRectangle(Pens.Black, 
200, 120, 90, 60); 


Примеры и задачи 
117 
e.Graphics.DrawString("Source image", 
this.Font, 
Brushes.Black, 160, 135); 
e.Graphics.DrawString(" not found", 
this.Font, Brushes.Black, 170, 200); 

e.Graphics.DrawString("Texture Brush", this.Font, 
Brushes.Black, 200, 185); 
// штриховка (HatchBrush кисть) 
HatchBrush hBrush = 
new HatchBrush(HatchStyle.DottedGrid, 
Color.Black, Color.Gold); 
e.Graphics.FillRectangle(hBrush, 20, 220, 90, 60); 
e.Graphics.DrawString("HatchBrush - DottedGrid", 
this.Font, Brushes.Black, 20, 285); 
HatchBrush hBrush_2 = 
new HatchBrush(HatchStyle.DiagonalCross, 
Color.Black, Color.Gold); 
e.Graphics.FillRectangle(hBrush_2, 
200, 220, 90, 60); 
e.Graphics.DrawString( 
"HatchBrush - DiagonalCross", this.Font, 
Brushes.Black, 200, 285); 



Бегущая строка 
Программа Бегущая строка (рис. 1.26, листинг 1.24) демонстри-
рует использование битового образа для отображения баннера


Download 2,39 Mb.

Do'stlaringiz bilan baham:
1   ...   30   31   32   33   34   35   36   37   ...   104




Ma'lumotlar bazasi mualliflik huquqi bilan himoyalangan ©hozir.org 2024
ma'muriyatiga murojaat qiling

kiriting | ro'yxatdan o'tish
    Bosh sahifa
юртда тантана
Боғда битган
Бугун юртда
Эшитганлар жилманглар
Эшитмадим деманглар
битган бодомлар
Yangiariq tumani
qitish marakazi
Raqamli texnologiyalar
ilishida muhokamadan
tasdiqqa tavsiya
tavsiya etilgan
iqtisodiyot kafedrasi
steiermarkischen landesregierung
asarlaringizni yuboring
o'zingizning asarlaringizni
Iltimos faqat
faqat o'zingizning
steierm rkischen
landesregierung fachabteilung
rkischen landesregierung
hamshira loyihasi
loyihasi mavsum
faolyatining oqibatlari
asosiy adabiyotlar
fakulteti ahborot
ahborot havfsizligi
havfsizligi kafedrasi
fanidan bo’yicha
fakulteti iqtisodiyot
boshqaruv fakulteti
chiqarishda boshqaruv
ishlab chiqarishda
iqtisodiyot fakultet
multiservis tarmoqlari
fanidan asosiy
Uzbek fanidan
mavzulari potok
asosidagi multiservis
'aliyyil a'ziym
billahil 'aliyyil
illaa billahil
quvvata illaa
falah' deganida
Kompyuter savodxonligi
bo’yicha mustaqil
'alal falah'
Hayya 'alal
'alas soloh
Hayya 'alas
mavsum boyicha


yuklab olish