点击或拖拽改变大小

CssBoxPaintBackground 方法

Paints the background of the box

命名空间:  DSkin.Html.Core.Dom
程序集:  DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法
C#
protected void PaintBackground(
	RGraphics g,
	RRect rect,
	bool isFirst,
	bool isLast
)

参数

g
类型:DSkin.Html.AdaptersRGraphics
the device to draw into
rect
类型:DSkin.Html.Adapters.EntitiesRRect
the bounding rectangle to draw in
isFirst
类型:SystemBoolean
is it the first rectangle of the element
isLast
类型:SystemBoolean
is it the last rectangle of the element
参见