DrawText(IDeviceContext, ReadOnlySpan<Char>, Font, Point, Color)
|
使用指定的设备上下文、字体和颜色在指定位置绘制指定文本。
|
DrawText(IDeviceContext, ReadOnlySpan<Char>, Font, Point, Color, Color)
|
使用指定的设备上下文、字体、颜色和背景色在指定位置绘制指定文本。
|
DrawText(IDeviceContext, ReadOnlySpan<Char>, Font, Point, Color, Color, TextFormatFlags)
|
使用指定的设备上下文、字体、颜色、背景色和格式说明在指定位置绘制指定文本。
|
DrawText(IDeviceContext, ReadOnlySpan<Char>, Font, Point, Color, TextFormatFlags)
|
使用指定的设备上下文、字体、颜色和格式说明在指定位置绘制指定文本。
|
DrawText(IDeviceContext, ReadOnlySpan<Char>, Font, Rectangle, Color)
|
使用指定的设备上下文、字体和颜色在指定界限中绘制指定文本。
|
DrawText(IDeviceContext, ReadOnlySpan<Char>, Font, Rectangle, Color, Color)
|
使用指定的设备上下文、字体、颜色和背景色在指定界限中绘制指定文本。
|
DrawText(IDeviceContext, ReadOnlySpan<Char>, Font, Rectangle, Color, Color, TextFormatFlags)
|
使用指定的设备上下文、字体、颜色、背景色和格式说明在指定界限中绘制指定文本。
|
DrawText(IDeviceContext, ReadOnlySpan<Char>, Font, Rectangle, Color, TextFormatFlags)
|
使用指定的设备上下文、字体、颜色和格式说明在指定界限中绘制指定文本。
|
DrawText(IDeviceContext, String, Font, Point, Color)
|
使用指定的设备上下文、字体和颜色在指定位置绘制指定文本。
|
DrawText(IDeviceContext, String, Font, Point, Color, Color)
|
使用指定的设备上下文、字体、颜色和背景色在指定位置绘制指定文本。
|
DrawText(IDeviceContext, String, Font, Point, Color, Color, TextFormatFlags)
|
使用指定的设备上下文、字体、颜色、背景色和格式说明在指定位置绘制指定文本。
|
DrawText(IDeviceContext, String, Font, Point, Color, TextFormatFlags)
|
使用指定的设备上下文、字体、颜色和格式说明在指定位置绘制指定文本。
|
DrawText(IDeviceContext, String, Font, Rectangle, Color)
|
使用指定的设备上下文、字体和颜色在指定界限中绘制指定文本。
|
DrawText(IDeviceContext, String, Font, Rectangle, Color, Color)
|
使用指定的设备上下文、字体、颜色和背景色在指定界限中绘制指定文本。
|
DrawText(IDeviceContext, String, Font, Rectangle, Color, Color, TextFormatFlags)
|
使用指定的设备上下文、字体、颜色、背景色和格式说明在指定界限中绘制指定文本。
|
DrawText(IDeviceContext, String, Font, Rectangle, Color, TextFormatFlags)
|
使用指定的设备上下文、字体、颜色和格式说明在指定界限中绘制指定文本。
|
MeasureText(IDeviceContext, ReadOnlySpan<Char>, Font)
|
提供在指定设备上下文中使用指定字体绘制的指定文本的尺寸(以像素为单位)。
|
MeasureText(IDeviceContext, ReadOnlySpan<Char>, Font, Size)
|
提供在使用指定尺寸创建文本的初始边框时,在指定的设备上下文中采用指定字体绘制的指定文本的尺寸(以像素为单位)。
|
MeasureText(IDeviceContext, ReadOnlySpan<Char>, Font, Size, TextFormatFlags)
|
提供使用指定尺寸创建文本初始边框时,使用指定的设备上下文、字体和格式说明所绘制的指定文本的尺寸(以像素为单位)。
|
MeasureText(IDeviceContext, String, Font)
|
提供在指定设备上下文中使用指定字体绘制的指定文本的尺寸(以像素为单位)。
|
MeasureText(IDeviceContext, String, Font, Size)
|
提供在使用指定尺寸创建文本的初始边框时,在指定的设备上下文中采用指定字体绘制的指定文本的尺寸(以像素为单位)。
|
MeasureText(IDeviceContext, String, Font, Size, TextFormatFlags)
|
提供使用指定尺寸创建文本初始边框时,使用指定的设备上下文、字体和格式说明所绘制的指定文本的尺寸(以像素为单位)。
|
MeasureText(ReadOnlySpan<Char>, Font)
|
在使用指定字体绘制时,提供指定文本的尺寸(以像素为单位)。
|
MeasureText(ReadOnlySpan<Char>, Font, Size)
|
提供在使用指定尺寸创建初始边框时,采用指定字体绘制的指定文本的尺寸(以像素为单位)。
|
MeasureText(ReadOnlySpan<Char>, Font, Size, TextFormatFlags)
|
提供在使用指定大小创建文本初始边框时,使用指定的字体和格式说明绘制的指定文本的大小(以像素为单位)。
|
MeasureText(String, Font)
|
在使用指定字体绘制时,提供指定文本的尺寸(以像素为单位)。
|
MeasureText(String, Font, Size)
|
提供在使用指定尺寸创建初始边框时,采用指定字体绘制的指定文本的尺寸(以像素为单位)。
|
MeasureText(String, Font, Size, TextFormatFlags)
|
提供在使用指定大小创建文本初始边框时,使用指定的字体和格式说明绘制的指定文本的大小(以像素为单位)。
|