点击或拖拽改变大小

CssBoxGetSelectionBackBrush 方法

Get brush for selection background depending if it has external and if alpha is required for images.

命名空间:  DSkin.Html.Core.Dom
程序集:  DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法
C#
protected RBrush GetSelectionBackBrush(
	RGraphics g,
	bool forceAlpha
)

参数

g
类型:DSkin.Html.AdaptersRGraphics

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

forceAlpha
类型:SystemBoolean
used for images so they will have alpha effect

返回值

类型:RBrush

[缺少 "M:DSkin.Html.Core.Dom.CssBox.GetSelectionBackBrush(DSkin.Html.Adapters.RGraphics,System.Boolean)" 的 <returns> 文档]

参见