ディスプレイの範囲を取得します。
オーバーロードの一覧
指定したコントロールの最大領域を保持するディスプレイの範囲を取得します。
[Visual Basic] Overloads Public Shared Function GetBounds(Control) As Rectangle
[JScript] public static function GetBounds(Control) : Rectangle;
指定したポイントを保持するディスプレイの範囲を取得します。
[Visual Basic] Overloads Public Shared Function GetBounds(Point) As Rectangle
[JScript] public static function GetBounds(Point) : Rectangle;
指定した四角形の最大部分を保持するディスプレイの範囲を取得します。
[Visual Basic] Overloads Public Shared Function GetBounds(Rectangle) As Rectangle
[JScript] public static function GetBounds(Rectangle) : Rectangle;