Starts a new figure at the specified point.
シンタックス
'宣言
Public Shared Sub BeginFigure( _
ByVal As IPath, _
ByVal As System.Single, _
ByVal As System.Single _
)
public static void BeginFigure(
IPath ,
System.float ,
System.float
)
パラメータ
- path
- The IPath object.
- x
- The x coordinate of the point at which to begin the new figure.
- y
- The y coordinate of the point at which to begin the new figure.
参照