UserProperties.GetPropertyRectangle

GetPropertyRectangle(string)

長方形のプロパティ値を取得します.

public virtual RectangleF GetPropertyRectangle(string key)
パラメータタイプ説明
keyStringプロパティの名前。

戻り値

プロパティ値。

関連項目


GetPropertyRectangle(string, RectangleF)

長方形のプロパティ値を取得します。要求されたプロパティが存在しない場合は、提供されたデフォルト値を返します.

public virtual RectangleF GetPropertyRectangle(string key, RectangleF def)
パラメータタイプ説明
keyStringプロパティの名前。
defRectangleFプロパティのデフォルト値。

戻り値

プロパティ値。

関連項目