PowerTools PlusPak for Windows Forms 8.0J
FillRectangle(Brush,Rectangle) メソッド

塗りつぶしの特性を決定するBrushオブジェクト。
塗りつぶす矩形を表すRectangle構造体。
Rectangle構造体で指定された矩形の内側を塗りつぶします。FillMode.Alternateで決定された塗りつぶす領域。
構文
Public Overloads Sub FillRectangle( _
   ByVal brush As Brush, _
   ByVal rectangle As Rectangle _
) 
public void FillRectangle( 
   Brush brush,
   Rectangle rectangle
)

パラメータ

brush
塗りつぶしの特性を決定するBrushオブジェクト。
rectangle
塗りつぶす矩形を表すRectangle構造体。
プラットフォーム

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

参照

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

Send Feedback