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

返品

このInt32Rect構造体の同じXYWidth、およびHeight値を含む文字列。

適用対象

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されている場合は、現在のカルチャが使用されます。

返品

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

適用対象