DioDocs for PDF
AddEllipse メソッド

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Drawing 名前空間 > IPathExt クラス : AddEllipse メソッド
The IPath.
The ellipse's bounds.
The parameter of called IPath.EndFigure.
Adds ellipse figure to the path. Note! Method calls BeginFigure and IPath.EndFigure, figureEnd used as parameter for IPath.EndFigure.
シンタックス
'宣言
 
Public Shared Sub AddEllipse( _
   ByVal path As IPath, _
   ByVal bounds As System.Drawing.RectangleF, _
   ByVal figureEnd As FigureEnd _
) 
public static void AddEllipse( 
   IPath path,
   System.Drawing.RectangleF bounds,
   FigureEnd figureEnd
)

パラメータ

path
The IPath.
bounds
The ellipse's bounds.
figureEnd
The parameter of called IPath.EndFigure.
参照

IPathExt クラス
IPathExt メンバ