Type Method 型メソッド

nsDirectionalEdgeInsets(for:)

Returns a directional edge insets structure based on data in the specified string. 指定された文字列の中のデータに基づく方向性縁差込構造体を返します。

Declaration 宣言

class func nsDirectionalEdgeInsets(for string: String) -> NSDirectionalEdgeInsets

Parameters パラメータ

string

A string whose contents are of the form “{top, leading, bottom, trailing}”, where top, leading, bottom, trailing are the floating-point component values of the NSDirectionalEdgeInsets structure. An example of a valid string is ”{3.0,8.0,3.0,5.0}”. The string is not localized, so items are always separated with a comma. ある文字列、それの内容は形式 “{top, leading, bottom, trailing}” です、そこで top、leading、bottom、trailing はNSDirectionalEdgeInsets構造体の浮動小数点構成要素値です。有効な文字列の例は、”{3.0,8.0,3.0,5.0}” です。文字列はローカライズされません、なので項目それらは常にコンマで区切られます。

Return Value 戻り値

A directional edge insets data structure. 方向性縁差込データ構造体。 If the string is not well-formed, the function returns NSDirectionalEdgeInsetsZero.

See Also 参照

Representing Geometric Types as Strings 幾何学的な型を文字列として表す