バージョン

CreateBorderRegion(Rectangle,UIElementBorderStyle) メソッド

指定した境界スタイル内の範囲を定義する System.Drawing.Region を作成します。
シンタックス
'宣言
 
Public Overloads Shared Function CreateBorderRegion( _
   ByVal borderRect As Rectangle, _
   ByVal borderStyle As UIElementBorderStyle _
) As Region
public static Region CreateBorderRegion( 
   Rectangle borderRect,
   UIElementBorderStyle borderStyle
)

パラメータ

borderRect
境界領域を定義する四角形。
borderStyle
この範囲を含む境界のスタイル。
参照