DrawString
内容
[
隐藏
]DrawString(string, Font, Brush, RectangleF)
用指定的矩形在指定的矩形中绘制指定的文本字符串Brush 和Font使用指定格式属性的对象StringFormat.
public void DrawString(string s, Font font, Brush brush, RectangleF layoutRectangle)
范围 | 类型 | 描述 |
---|---|---|
s | String | 要绘制的字符串。 |
font | Font | Font定义字符串的文本格式。 |
brush | Brush | Brush它决定了绘制文本的颜色和纹理。 |
layoutRectangle | RectangleF | RectangleF结构,它指定应用于绘制文本的绘制 text 的位置。 |
也可以看看
- class Font
- class Brush
- struct RectangleF
- class Graphics
- 命名空间 System.Drawing
- 部件 Aspose.Drawing
DrawString(string, Font, Brush, PointF)
在指定位置绘制指定文本字符串Brush 和Font对象.
public void DrawString(string s, Font font, Brush brush, PointF point)
范围 | 类型 | 描述 |
---|---|---|
s | String | 要绘制的字符串。 |
font | Font | Font定义字符串的文本格式。 |
brush | Brush | Brush它决定了绘制文本的颜色和纹理。 |
point | PointF | PointF结构,指定绘制文本的左上角。 |
也可以看看
- class Font
- class Brush
- struct PointF
- class Graphics
- 命名空间 System.Drawing
- 部件 Aspose.Drawing
DrawString(string, Font, Brush, PointF, StringFormat)
在指定位置绘制指定文本字符串Brush和 Font使用指定格式属性的对象StringFormat.
public void DrawString(string s, Font font, Brush brush, PointF point, StringFormat format)
范围 | 类型 | 描述 |
---|---|---|
s | String | 要绘制的字符串。 |
font | Font | Font定义字符串的文本格式。 |
brush | Brush | Brush它决定了绘制文本的颜色和纹理。 |
point | PointF | PointF结构,指定绘制文本的左上角。 |
format | StringFormat | StringFormat指定格式属性, ,例如行间距和对齐方式,应用于绘制的文本。 |
也可以看看
- class Font
- class Brush
- struct PointF
- class StringFormat
- class Graphics
- 命名空间 System.Drawing
- 部件 Aspose.Drawing
DrawString(string, Font, Brush, float, float, StringFormat)
在指定位置绘制指定文本字符串Brush和 Font使用指定格式属性的对象StringFormat.
public void DrawString(string s, Font font, Brush brush, float x, float y, StringFormat format)
范围 | 类型 | 描述 |
---|---|---|
s | String | 要绘制的字符串。 |
font | Font | Font定义字符串的文本格式。 |
brush | Brush | Brush它决定了绘制文本的颜色和纹理。 |
x | Single | 绘制文本左上角的 x 坐标。 |
y | Single | 绘制文本左上角的 y 坐标。 |
format | StringFormat | StringFormat指定格式属性, ,例如行间距和对齐方式,应用于绘制的文本。 |
也可以看看
- class Font
- class Brush
- class StringFormat
- class Graphics
- 命名空间 System.Drawing
- 部件 Aspose.Drawing
DrawString(string, Font, Brush, float, float)
在指定位置绘制指定文本字符串Brush和Font对象.
public void DrawString(string s, Font font, Brush brush, float x, float y)
范围 | 类型 | 描述 |
---|---|---|
s | String | 要绘制的字符串。 |
font | Font | Font定义字符串的文本格式。 |
brush | Brush | Brush它决定了绘制文本的颜色和纹理。 |
x | Single | 绘制文本左上角的 x 坐标。 |
y | Single | 绘制文本左上角的 y 坐标。 |
也可以看看
- class Font
- class Brush
- class Graphics
- 命名空间 System.Drawing
- 部件 Aspose.Drawing
DrawString(string, Font, Brush, RectangleF, StringFormat)
用指定的矩形在指定的矩形中绘制指定的文本字符串Brush 和Font使用指定格式属性的对象StringFormat.
public void DrawString(string s, Font font, Brush brush, RectangleF layoutRectangle,
StringFormat format)
范围 | 类型 | 描述 |
---|---|---|
s | String | 要绘制的字符串。 |
font | Font | Font定义字符串的文本格式。 |
brush | Brush | Brush它决定了绘制文本的颜色和纹理。 |
layoutRectangle | RectangleF | RectangleF指定绘制文本位置的结构。 |
format | StringFormat | StringFormat指定应用于绘制文本的格式属性,例如行间距和对齐方式, 。 |
也可以看看
- class Font
- class Brush
- struct RectangleF
- class StringFormat
- class Graphics
- 命名空间 System.Drawing
- 部件 Aspose.Drawing