点击或拖拽改变大小

ControlPaintExDrawScrollBarArraw 方法

[缺少 "M:DSkin.Common.ControlPaintEx.DrawScrollBarArraw(System.Drawing.Graphics,System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Windows.Forms.Orientation,System.Windows.Forms.ArrowDirection,System.Boolean)" 的 <summary> 文档]

命名空间:  DSkin.Common
程序集:  DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法
C#
public static void DrawScrollBarArraw(
	Graphics g,
	Rectangle rect,
	Color begin,
	Color end,
	Color border,
	Color innerBorder,
	Color fore,
	Orientation orientation,
	ArrowDirection arrowDirection,
	bool changeColor
)

参数

g
类型:System.DrawingGraphics

[缺少 "M:DSkin.Common.ControlPaintEx.DrawScrollBarArraw(System.Drawing.Graphics,System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Windows.Forms.Orientation,System.Windows.Forms.ArrowDirection,System.Boolean)" 的 <param name="g"/> 文档]

rect
类型:System.DrawingRectangle

[缺少 "M:DSkin.Common.ControlPaintEx.DrawScrollBarArraw(System.Drawing.Graphics,System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Windows.Forms.Orientation,System.Windows.Forms.ArrowDirection,System.Boolean)" 的 <param name="rect"/> 文档]

begin
类型:System.DrawingColor

[缺少 "M:DSkin.Common.ControlPaintEx.DrawScrollBarArraw(System.Drawing.Graphics,System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Windows.Forms.Orientation,System.Windows.Forms.ArrowDirection,System.Boolean)" 的 <param name="begin"/> 文档]

end
类型:System.DrawingColor

[缺少 "M:DSkin.Common.ControlPaintEx.DrawScrollBarArraw(System.Drawing.Graphics,System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Windows.Forms.Orientation,System.Windows.Forms.ArrowDirection,System.Boolean)" 的 <param name="end"/> 文档]

border
类型:System.DrawingColor

[缺少 "M:DSkin.Common.ControlPaintEx.DrawScrollBarArraw(System.Drawing.Graphics,System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Windows.Forms.Orientation,System.Windows.Forms.ArrowDirection,System.Boolean)" 的 <param name="border"/> 文档]

innerBorder
类型:System.DrawingColor

[缺少 "M:DSkin.Common.ControlPaintEx.DrawScrollBarArraw(System.Drawing.Graphics,System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Windows.Forms.Orientation,System.Windows.Forms.ArrowDirection,System.Boolean)" 的 <param name="innerBorder"/> 文档]

fore
类型:System.DrawingColor

[缺少 "M:DSkin.Common.ControlPaintEx.DrawScrollBarArraw(System.Drawing.Graphics,System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Windows.Forms.Orientation,System.Windows.Forms.ArrowDirection,System.Boolean)" 的 <param name="fore"/> 文档]

orientation
类型:System.Windows.FormsOrientation

[缺少 "M:DSkin.Common.ControlPaintEx.DrawScrollBarArraw(System.Drawing.Graphics,System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Windows.Forms.Orientation,System.Windows.Forms.ArrowDirection,System.Boolean)" 的 <param name="orientation"/> 文档]

arrowDirection
类型:System.Windows.FormsArrowDirection

[缺少 "M:DSkin.Common.ControlPaintEx.DrawScrollBarArraw(System.Drawing.Graphics,System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Windows.Forms.Orientation,System.Windows.Forms.ArrowDirection,System.Boolean)" 的 <param name="arrowDirection"/> 文档]

changeColor
类型:SystemBoolean

[缺少 "M:DSkin.Common.ControlPaintEx.DrawScrollBarArraw(System.Drawing.Graphics,System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Windows.Forms.Orientation,System.Windows.Forms.ArrowDirection,System.Boolean)" 的 <param name="changeColor"/> 文档]

参见