点击或拖拽改变大小

Painting 构造函数 (Int32, Color, Color, Color, Boolean, HatchStyle)

初始化 Painting 类的一个新实例

命名空间:  DSkin.Controls
程序集:  DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法
C#
public Painting(
	int ShiftStep,
	Color Color1,
	Color Color2,
	Color Color3,
	bool TextureEnable,
	HatchStyle TextureStyle
)

参数

ShiftStep
类型:SystemInt32

[缺少 "M:DSkin.Controls.Painting.#ctor(System.Int32,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Boolean,System.Drawing.Drawing2D.HatchStyle)" 的 <param name="ShiftStep"/> 文档]

Color1
类型:System.DrawingColor

[缺少 "M:DSkin.Controls.Painting.#ctor(System.Int32,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Boolean,System.Drawing.Drawing2D.HatchStyle)" 的 <param name="Color1"/> 文档]

Color2
类型:System.DrawingColor

[缺少 "M:DSkin.Controls.Painting.#ctor(System.Int32,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Boolean,System.Drawing.Drawing2D.HatchStyle)" 的 <param name="Color2"/> 文档]

Color3
类型:System.DrawingColor

[缺少 "M:DSkin.Controls.Painting.#ctor(System.Int32,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Boolean,System.Drawing.Drawing2D.HatchStyle)" 的 <param name="Color3"/> 文档]

TextureEnable
类型:SystemBoolean

[缺少 "M:DSkin.Controls.Painting.#ctor(System.Int32,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Boolean,System.Drawing.Drawing2D.HatchStyle)" 的 <param name="TextureEnable"/> 文档]

TextureStyle
类型:System.Drawing.Drawing2DHatchStyle

[缺少 "M:DSkin.Controls.Painting.#ctor(System.Int32,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Boolean,System.Drawing.Drawing2D.HatchStyle)" 的 <param name="TextureStyle"/> 文档]

参见