Adds ellipse figure to the path. Note! Method calls
BeginFigure and
IPath.EndFigure, used as parameter for
IPath.EndFigure.
シンタックス
'宣言
Public Shared Sub AddEllipse( _
ByVal As IPath, _
ByVal As System.Drawing.RectangleF, _
ByVal As FigureEnd _
)
public static void AddEllipse(
IPath ,
System.Drawing.RectangleF ,
FigureEnd
)
パラメータ
- path
- The IPath.
- bounds
- The ellipse's bounds.
- figureEnd
- The parameter of called IPath.EndFigure.
参照