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 As System.Drawing.Size _
)
public virtual void FillRegionFrame(
System.IntPtr brushHandle,
System.IntPtr regionHandle,
System.Drawing.Size
)
パラメータ
- 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.
例外
参照