次の方法で共有


Rectangle.ToString メソッド

この Rectangle の属性をユーザーが判読できる文字列に変換します。

Overrides Public Function ToString() As String
[C#]
public override string ToString();
[C++]
public: String* ToString();
[JScript]
public override function ToString() : String;

戻り値

この Rectangle 構造体の位置、幅、および高さが含まれた文字列 (例: {X=20, Y=20, Width=100, Height=50})。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ, .NET Compact Framework - Windows CE .NET

参照

Rectangle 構造体 | Rectangle メンバ | System.Drawing 名前空間