点击或拖拽改变大小

PathGeometryBeginFigure 方法

开始新的图形操作,设置起始点。和EndFigure匹配

命名空间:  CPF.Drawing
程序集:  CPF (在 CPF.dll 中) 版本:0.8.8.5
语法
C#
public void BeginFigure(
	float x,
	float y
)

参数

x
类型:SystemSingle

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

y
类型:SystemSingle

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

参见