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 メソッド
Weblioに収録されているすべての辞書からControlPaint.DrawSizeGripを検索する場合は、下記のリンクをクリックしてください。
全ての辞書からControlPaint.DrawSizeGrip
を検索
- ControlPaint.DrawSizeGripのページへのリンク