DioDocs for PDF
BeginFigure メソッド (PathExt)

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Drawing 名前空間 > PathExt クラス : BeginFigure メソッド
The IPath object.
The x coordinate of the point at which to begin the new figure.
The y coordinate of the point at which to begin the new figure.
Starts a new figure at the specified point.
シンタックス
'宣言
 
Public Shared Sub BeginFigure( _
   ByVal path As IPath, _
   ByVal x As System.Single, _
   ByVal y As System.Single _
) 
public static void BeginFigure( 
   IPath path,
   System.float x,
   System.float y
)

パラメータ

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.
参照

PathExt クラス
PathExt メンバ