Close, Font, DrawString, SolidBrush
Close, Font, DrawString, SolidBrush
private void button1_Click(object sender, System.EventArgs e)
{
Graphics g = this.CreateGraphics();
Font FT1 = new Font("Courier", 16);
SolidBrush BR1 = new SolidBrush(Color.Chocolate);
g.DrawString("C# Builder! 입니다 ~.", FT1, BR1, 50, 100);
}
// EXIT 버튼 핸들링 -------------------------------------------
private void button2_Click(object sender, System.EventArgs e)
{
WinForm.ActiveForm.Close();
}
HatchBrush, LinearGradientBrush, PathGradientBrush, SolidBrush, and TextureBrush.HatchBrush
답글삭제일부는 .NET 프레임웍에서만 사용 가능