点击或拖拽改变大小

RGraphicsDrawPath 方法 (RBrush, RGraphicsPath)

Fills the interior of a GraphicsPath.

命名空间:  DSkin.Html.Adapters
程序集:  DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法
C#
public abstract void DrawPath(
	RBrush brush,
	RGraphicsPath path
)

参数

brush
类型:DSkin.Html.AdaptersRBrush
Brush that determines the characteristics of the fill.
path
类型:DSkin.Html.AdaptersRGraphicsPath
GraphicsPath that represents the path to fill.
参见