ControlPaint.DrawSizeGrip メソッド (Graphics, Color, Rectangle)
アセンブリ: System.Windows.Forms (system.windows.forms.dll 内)

Public Shared Sub DrawSizeGrip ( _ graphics As Graphics, _ backColor As Color, _ bounds As Rectangle _ )
Dim graphics As Graphics Dim backColor As Color Dim bounds As Rectangle ControlPaint.DrawSizeGrip(graphics, backColor, bounds)

backColor パラメータを使用して、サイズ グリップが背景に対して常に表示されるように、サイズ グリップの色を計算します。
サイズ変更ができるウィンドウの定義に、サイズ グリップを含めることができます。サイズ グリップは、ユーザーがウィンドウのサイズを変更できる特別なハンドルです。

Windows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


ControlPaint.DrawSizeGrip メソッド (Graphics, Color, Int32, Int32, Int32, Int32)
アセンブリ: System.Windows.Forms (system.windows.forms.dll 内)

Public Shared Sub DrawSizeGrip ( _ graphics As Graphics, _ backColor As Color, _ x As Integer, _ y As Integer, _ width As Integer, _ height As Integer _ )
Dim graphics As Graphics Dim backColor As Color Dim x As Integer Dim y As Integer Dim width As Integer Dim height As Integer ControlPaint.DrawSizeGrip(graphics, backColor, x, y, width, height)
public static void DrawSizeGrip ( Graphics graphics, Color backColor, int x, int y, int width, int height )
public: static void DrawSizeGrip ( Graphics^ graphics, Color backColor, int x, int y, int width, int height )
public static void DrawSizeGrip ( Graphics graphics, Color backColor, int x, int y, int width, int height )
public static function DrawSizeGrip ( graphics : Graphics, backColor : Color, x : int, y : int, width : int, height : int )

backColor パラメータを使用して、サイズ グリップが背景に対して常に表示されるように、サイズ グリップの色を計算します。
サイズ変更ができるウィンドウの定義に、サイズ グリップを含めることができます。サイズ グリップは、ユーザーがウィンドウのサイズを変更できる特別なハンドルです。

Windows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


ControlPaint.DrawSizeGrip メソッド
- ControlPaint.DrawSizeGripのページへのリンク