点击或拖拽改变大小

ControlPaintExDrawBackgroundImage 方法 (Graphics, Image, Color, ImageLayout, Rectangle, Rectangle)

[缺少 "M:DSkin.Common.ControlPaintEx.DrawBackgroundImage(System.Drawing.Graphics,System.Drawing.Image,System.Drawing.Color,System.Windows.Forms.ImageLayout,System.Drawing.Rectangle,System.Drawing.Rectangle)" 的 <summary> 文档]

命名空间:  DSkin.Common
程序集:  DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法
C#
public static void DrawBackgroundImage(
	Graphics g,
	Image backgroundImage,
	Color backColor,
	ImageLayout backgroundImageLayout,
	Rectangle bounds,
	Rectangle clipRect
)

参数

g
类型:System.DrawingGraphics

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

backgroundImage
类型:System.DrawingImage

[缺少 "M:DSkin.Common.ControlPaintEx.DrawBackgroundImage(System.Drawing.Graphics,System.Drawing.Image,System.Drawing.Color,System.Windows.Forms.ImageLayout,System.Drawing.Rectangle,System.Drawing.Rectangle)" 的 <param name="backgroundImage"/> 文档]

backColor
类型:System.DrawingColor

[缺少 "M:DSkin.Common.ControlPaintEx.DrawBackgroundImage(System.Drawing.Graphics,System.Drawing.Image,System.Drawing.Color,System.Windows.Forms.ImageLayout,System.Drawing.Rectangle,System.Drawing.Rectangle)" 的 <param name="backColor"/> 文档]

backgroundImageLayout
类型:System.Windows.FormsImageLayout

[缺少 "M:DSkin.Common.ControlPaintEx.DrawBackgroundImage(System.Drawing.Graphics,System.Drawing.Image,System.Drawing.Color,System.Windows.Forms.ImageLayout,System.Drawing.Rectangle,System.Drawing.Rectangle)" 的 <param name="backgroundImageLayout"/> 文档]

bounds
类型:System.DrawingRectangle

[缺少 "M:DSkin.Common.ControlPaintEx.DrawBackgroundImage(System.Drawing.Graphics,System.Drawing.Image,System.Drawing.Color,System.Windows.Forms.ImageLayout,System.Drawing.Rectangle,System.Drawing.Rectangle)" 的 <param name="bounds"/> 文档]

clipRect
类型:System.DrawingRectangle

[缺少 "M:DSkin.Common.ControlPaintEx.DrawBackgroundImage(System.Drawing.Graphics,System.Drawing.Image,System.Drawing.Color,System.Windows.Forms.ImageLayout,System.Drawing.Rectangle,System.Drawing.Rectangle)" 的 <param name="clipRect"/> 文档]

参见