Enumeration 列挙

NSAlignmentOptions

Values representing alignment operations. 調整演算を表しているさまざまな値。

Declaration 宣言

typedef enum NSAlignmentOptions : unsigned long long {
    ...
} NSAlignmentOptions;

Overview 概要

These constants are used by the NSIntegralRectWithOptions function and other related methods, such as backingAlignedRect:options:. これらの定数は、NSIntegralRectWithOptions関数および他の関連メソッドによって使われます、例えばbackingAlignedRect:options:など。

Topics 話題

Constants 定数

See Also 参照

Related Types 関連する型