CalendarView for WinForms
FillRegionFrame メソッド

C1.Win.C1Input.4.5.2 アセンブリ > C1.Framework.Drawing.Gdi.DeviceContexts 名前空間 > DeviceContext クラス : FillRegionFrame メソッド
A System.IntPtr indicates the handle of the brush.
A System.IntPtr indicates the handle of the region.
A System.Drawing.Size that specifies the width of vertical brush strokes and the height of the horizontal brush strokes.
Draws a border around the specified region by using the specified brush.
シンタックス
'宣言
 
Public Overridable Sub FillRegionFrame( _
   ByVal brushHandle As System.IntPtr, _
   ByVal regionHandle As System.IntPtr, _
   ByVal strokeSize As System.Drawing.Size _
) 
public virtual void FillRegionFrame( 
   System.IntPtr brushHandle,
   System.IntPtr regionHandle,
   System.Drawing.Size strokeSize
)

パラメータ

brushHandle
A System.IntPtr indicates the handle of the brush.
regionHandle
A System.IntPtr indicates the handle of the region.
strokeSize
A System.Drawing.Size that specifies the width of vertical brush strokes and the height of the horizontal brush strokes.
例外
例外解説
Defines an exception class to handle the system error.
参照

DeviceContext クラス
DeviceContext メンバ