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