点击或拖拽改变大小

ControlHelperDrawString 方法

Sweet 开发框架
Draws the string.

命名空间:  SweetUI.Factory
程序集:  SweetUI.Factory (在 SweetUI.Factory.dll 中) 版本:3.10.1.0 (3.10.1.0)
语法
public static void DrawString(
	Graphics g,
	string s,
	Font font,
	Brush brush,
	PointF point,
	StringFormat format,
	float angle
)

参数

g
类型:System.DrawingGraphics
The g.
s
类型:SystemString
The s.
font
类型:System.DrawingFont
The font.
brush
类型:System.DrawingBrush
The brush.
point
类型:System.DrawingPointF
The point.
format
类型:System.DrawingStringFormat
The format.
angle
类型:SystemSingle
The angle.
参见
SweetUI 控件库、工具类库、扩展类库、多页面开发框架