DioDocs for PDF
AddRect メソッド

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

パラメータ

path
The IPath.
bounds
The rectangle bounds.
figureEnd
The parameter of called IPath.EndFigure.
参照

IPathExt クラス
IPathExt メンバ