点击或拖拽改变大小

ControlRenderDrawBackgroundImage 方法

控件背景绘制

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

参数

g
类型:System.DrawingGraphics

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

layout
类型:System.Windows.FormsImageLayout

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

backgroundImage
类型:System.DrawingImage

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

clientRectangle
类型:System.DrawingRectangle

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

参见