点击或拖拽改变大小

PathGeometryCreateStrokePath 方法

创建一个用于描边当前路径的路径

命名空间:  CPF.Drawing
程序集:  CPF (在 CPF.dll 中) 版本:0.8.8.5
语法
C#
public PathGeometry CreateStrokePath(
	float strokeWidth = 1f
)

参数

strokeWidth (Optional)
类型:SystemSingle

[缺少 "M:CPF.Drawing.PathGeometry.CreateStrokePath(System.Single)" 的 <param name="strokeWidth"/> 文档]

返回值

类型:PathGeometry

[缺少 "M:CPF.Drawing.PathGeometry.CreateStrokePath(System.Single)" 的 <returns> 文档]

参见