点击或拖拽改变大小

CssBoxPaintDecoration 方法

Paints the text decoration (underline/strike-through/over-line)

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

参数

g
类型:DSkin.Html.AdaptersRGraphics
the device to draw into
rectangle
类型:DSkin.Html.Adapters.EntitiesRRect

[缺少 "M:DSkin.Html.Core.Dom.CssBox.PaintDecoration(DSkin.Html.Adapters.RGraphics,DSkin.Html.Adapters.Entities.RRect,System.Boolean,System.Boolean)" 的 <param name="rectangle"/> 文档]

isFirst
类型:SystemBoolean

[缺少 "M:DSkin.Html.Core.Dom.CssBox.PaintDecoration(DSkin.Html.Adapters.RGraphics,DSkin.Html.Adapters.Entities.RRect,System.Boolean,System.Boolean)" 的 <param name="isFirst"/> 文档]

isLast
类型:SystemBoolean

[缺少 "M:DSkin.Html.Core.Dom.CssBox.PaintDecoration(DSkin.Html.Adapters.RGraphics,DSkin.Html.Adapters.Entities.RRect,System.Boolean,System.Boolean)" 的 <param name="isLast"/> 文档]

参见