点击或拖拽改变大小

RGraphicsDrawPath 方法 (RPen, RGraphicsPath)

Draws a GraphicsPath.

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

参数

pen
类型:DSkin.Html.AdaptersRPen
Pen that determines the color, width, and style of the path.
path
类型:DSkin.Html.AdaptersRGraphicsPath
GraphicsPath to draw.
参见