点击或拖拽改变大小

ControlHelperPaintCoordinateDivide 方法

Sweet 开发框架
Paints the coordinate divide.

命名空间:  SweetUI.Factory
程序集:  SweetUI.Factory (在 SweetUI.Factory.dll 中) 版本:3.10.1.0 (3.10.1.0)
语法
public static void PaintCoordinateDivide(
	Graphics g,
	Pen penLine,
	Pen penDash,
	Font font,
	Brush brush,
	StringFormat sf,
	int degree,
	int max,
	int min,
	int width,
	int height,
	int left = 60,
	int right = 8,
	int up = 8,
	int down = 8
)

参数

g
类型:System.DrawingGraphics
The g.
penLine
类型:System.DrawingPen
The pen line.
penDash
类型:System.DrawingPen
The pen dash.
font
类型:System.DrawingFont
The font.
brush
类型:System.DrawingBrush
The brush.
sf
类型:System.DrawingStringFormat
The sf.
degree
类型:SystemInt32
The degree.
max
类型:SystemInt32
The maximum.
min
类型:SystemInt32
The minimum.
width
类型:SystemInt32
The width.
height
类型:SystemInt32
The height.
left (Optional)
类型:SystemInt32
The left.
right (Optional)
类型:SystemInt32
The right.
up (Optional)
类型:SystemInt32
Up.
down (Optional)
类型:SystemInt32
Down.
参见
SweetUI 控件库、工具类库、扩展类库、多页面开发框架