点击或拖拽改变大小

PathGeometryAddPath 方法

[缺少 "M:CPF.Drawing.PathGeometry.AddPath(CPF.Drawing.PathGeometry,System.Boolean)" 的 <summary> 文档]

命名空间:  CPF.Drawing
程序集:  CPF (在 CPF.dll 中) 版本:0.8.8.5
语法
C#
public void AddPath(
	PathGeometry path,
	bool connect
)

参数

path
类型:CPF.DrawingPathGeometry

[缺少 "M:CPF.Drawing.PathGeometry.AddPath(CPF.Drawing.PathGeometry,System.Boolean)" 的 <param name="path"/> 文档]

connect
类型:SystemBoolean

[缺少 "M:CPF.Drawing.PathGeometry.AddPath(CPF.Drawing.PathGeometry,System.Boolean)" 的 <param name="connect"/> 文档]

参见