Input for WinForms
CreatePath メソッド

C1.Win.8 アセンブリ > C1.Framework 名前空間 > DrawUtil クラス : CreatePath メソッド
角の値
右から左方向フラグ
元の四角形
角丸境界線を持つ四角形の System.Drawing.Drawing2D.GraphicsPath を作成します。
シンタックス
'宣言
 
Public Shared Function CreatePath( _
   ByVal corners As Corners, _
   ByVal rightToLeft As System.Boolean, _
   ByVal bounds As System.Drawing.Rectangle _
) As System.Drawing.Drawing2D.GraphicsPath
public static System.Drawing.Drawing2D.GraphicsPath CreatePath( 
   Corners corners,
   System.bool rightToLeft,
   System.Drawing.Rectangle bounds
)

パラメータ

corners
角の値
rightToLeft
右から左方向フラグ
bounds
元の四角形
参照

DrawUtil クラス
DrawUtil メンバ