PowerTools PlusPak for Windows Forms 8.0J
RoundedBorder コンストラクタ(Line,Single)

すべての輪郭線と角で使用する線。
すべての角で使用する半径(短辺に対する割合)。
指定された線をすべての輪郭線と角で使用し、すべての角に適用する半径を指定して、RoundedBorder クラスのインスタンスを初期化します。
構文
Public Function New( _
   ByVal outline As Line, _
   ByVal allCornerRadius As Single _
)
public RoundedBorder( 
   Line outline,
   float allCornerRadius
)

パラメータ

outline
すべての輪郭線と角で使用する線。
allCornerRadius
すべての角で使用する半径(短辺に対する割合)。
プラットフォーム

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

RoundedBorder クラス
RoundedBorder メンバ
オーバーロード一覧

Send Feedback