Int32Rect.ToString メソッド

定義

この Int32Rect の文字列形式を作成します。

オーバーロード

ToString()

この Int32Rect の文字列形式を作成します。

ToString(IFormatProvider)

指定した Int32Rect に基づいて、この IFormatProvider の文字列表現を作成します。

ToString()

この Int32Rect の文字列形式を作成します。

public:
 override System::String ^ ToString();
public override string ToString ();
override this.ToString : unit -> string
Public Overrides Function ToString () As String

戻り値

String

この X 構造体の、同じ YWidthHeight、および Int32Rect の値を格納する文字列。

適用対象

ToString(IFormatProvider)

指定した Int32Rect に基づいて、この IFormatProvider の文字列表現を作成します。

public:
 System::String ^ ToString(IFormatProvider ^ provider);
public string ToString (IFormatProvider provider);
override this.ToString : IFormatProvider -> string
Public Function ToString (provider As IFormatProvider) As String

パラメーター

provider
IFormatProvider

使用する書式プロバイダー。 プロバイダーが null の場合は、現在のカルチャが使用されます。

戻り値

String

Int32Rect のこのインスタンスの文字列表現。

適用対象