亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

c# drawstring如何設置字體樣式

c#
小樊
81
2024-11-23 00:45:03
欄目: 編程語言

在C#中,使用Graphics.DrawString()方法繪制文本時,可以通過Font類來設置字體樣式。以下是一個示例,展示了如何設置字體樣式、大小和顏色:

using System;
using System.Drawing;
using System.Windows.Forms;

public class MainForm : Form
{
    protected override void OnPaint(PaintEventArgs e)
    {
        base.OnPaint(e);

        // 創建一個Font對象,設置字體樣式、大小和顏色
        Font font = new Font("Arial", 14, FontStyle.Bold | FontStyle.Underline);

        // 設置文本要繪制的位置
        Point position = new Point(50, 50);

        // 繪制文本
        e.Graphics.DrawString("Hello, World!", font, Brushes.Blue, position);
    }

    [STAThread]
    static void Main()
    {
        Application.EnableVisualStyles();
        Application.SetCompatibleTextRenderingDefault(false);
        Application.Run(new MainForm());
    }
}

在這個示例中,我們創建了一個Font對象,并設置了字體樣式(粗體和下劃線)、字體大小(14)和字體顏色(藍色)。然后,我們使用e.Graphics.DrawString()方法在指定位置繪制文本。

0
楚雄市| 彝良县| 阜宁县| 贵定县| 西宁市| 平昌县| 新沂市| 张家川| 阜宁县| 旺苍县| 武宁县| 东乡族自治县| 邵阳县| 绥棱县| 商洛市| 通化市| 嘉禾县| 田东县| 三台县| 噶尔县| 开阳县| 镇安县| 都江堰市| 习水县| 平武县| 会同县| 罗山县| 东至县| 景宁| 崇明县| 定结县| 遂溪县| 宁都县| 如东县| 深水埗区| 灵川县| 威海市| 托里县| 上饶市| 民丰县| 吕梁市|