Instance Property
インスタンスプロパティ
UIOffsetValue
Returns the UIKit offset structure representation of the value.
その値のUIKitオフセット構造体表現を返します。
Declaration
宣言
@property(nonatomic, readonly) UIOffset
UIOffsetValue;
Return Value
戻り値
The UIKit offset structure representation of the value.
その値のUIKitオフセット構造体表現。
See Also
参照
Working with UIKit Geometry Values
UIKit幾何学値を扱う
+ valueWithUIEdgeInsets:
Creates a new value object containing the specified UIKit edge insets structure.
指定されたUIKit縁差込構造体を含んでいる新しい値オブジェクトを作成します。
+ valueWithUIOffset:
Creates a new value object containing the specified UIKit offset structure.
指定されたUIKitオフセット構造体を含んでいる新しい値オブジェクトを作成します。
UIEdgeInsetsValue
Returns the UIKit edge insets structure representation of the value.
その値のUIKit縁差込構造体表現を返します。
Related Documentation
関連文書
UIOffset
A structure that specifies an amount to offset a position.
ある位置と相殺する量を指定する構造体。