static var alignMinXInward : AlignmentOptions
Specifies that alignment of the minimum X coordinate should be to the nearest inward integral value.
最小限のX座標の調整が最も近い内側の整数値でなければならないことを指定します。
static var alignMinYInward : AlignmentOptions
Specifies that alignment of the minimum Y coordinate should be to the nearest inward integral value.
最小限のY座標の調整が最も近い内側の整数値でなければならないことを指定します。
static var alignMaxXInward : AlignmentOptions
Specifies that alignment of the maximum X coordinate should be to the nearest inward integral value.
最大限のX座標の調整が最も近い内側の整数値でなければならないことを指定します。
static var alignMaxYInward : AlignmentOptions
Specifies that alignment of the maximum X coordinate should be to the nearest inward integral value.
最大限のX座標の調整が最も近い内側の整数値でなければならないことを指定します。
static var alignWidthInward : AlignmentOptions
Specifies that alignment of the width should be to the nearest inward integral value.
幅の調整が最も近い内側の整数値でなければならないことを指定します。
static var alignHeightInward : AlignmentOptions
Specifies that alignment of the height should be to the nearest inward integral value.
高さの調整が最も近い内側の整数値でなければならないことを指定します。
static var alignMinXOutward : AlignmentOptions
Specifies that alignment of the minimum X coordinate should be to the nearest outward integral value.
最小限のX座標の調整が最も近い外側の整数値でなければならないことを指定します。
static var alignMinYOutward : AlignmentOptions
Specifies that alignment of the minimum Y coordinate should be to the nearest outward integral value.
最小限のY座標の調整が最も近い外側の整数値でなければならないことを指定します。
static var alignMaxXOutward : AlignmentOptions
Specifies that alignment of the maximum X coordinate should be to the nearest outward integral value.
最大限のX座標の調整が最も近い外側の整数値でなければならないことを指定します。
static var alignMaxYOutward : AlignmentOptions
Specifies that alignment of the maximum Y coordinate should be to the nearest outward integral value.
最大限のY座標の調整が最も近い外側の整数値でなければならないことを指定します。
static var alignWidthOutward : AlignmentOptions
Specifies that alignment of the width should be to the nearest outward integral value.
幅の調整が最も近い外側の整数値でなければならないことを指定します。
static var alignHeightOutward : AlignmentOptions
Specifies that alignment of the height should be to the nearest outward integral value.
高さの調整が最も近い外側の整数値でなければならないことを指定します。
static var alignMinXNearest : AlignmentOptions
Specifies that alignment of the minimum X coordinate should be to the nearest integral value.
最小限のX座標の調整が最も近い整数値でなければならないことを指定します。
static var alignMinYNearest : AlignmentOptions
Specifies that alignment of the minimum Y coordinate should be to the nearest integral value.
最小限のY座標の調整が最も近い整数値でなければならないことを指定します。
static var alignMaxXNearest : AlignmentOptions
Specifies that alignment of the maximum X coordinate should be to the nearest integral value.
最大限のX座標の調整が最も近い整数値でなければならないことを指定します。
static var alignMaxYNearest : AlignmentOptions
Specifies that alignment of the maximum Y coordinate should be to the nearest integral value.
最大限のY座標の調整が最も近い整数値でなければならないことを指定します。
static var alignWidthNearest : AlignmentOptions
Specifies that alignment of the width should be to the nearest integral value.
幅の調整が最も近い整数値でなければならないことを指定します。
static var alignHeightNearest : AlignmentOptions
Specifies that alignment of the height should be to the nearest integral value.
高さの調整が最も近い整数値でなければならないことを指定します。
static var alignRectFlipped : AlignmentOptions
This option should be included if the rectangle is in a flipped coordinate system. This allows 0.5 to be treated in a visually consistent way.
このオプションは含まれなければなりません、もし矩形が反転座標システムにあるならば。これは、0.5が視覚的に首尾一貫した方法で扱われるようにします。
static var alignAllEdgesInward : AlignmentOptions
Aligns all edges inward. This is the same as
NSAlignMinXInward|NSAlignMaxXInward|NSAlignMinYInward|NSAlignMaxYInward
.
全ての縁を内側に向かって整列します。これは、NSAlignMinXInward|NSAlignMaxXInward|NSAlignMinYInward|NSAlignMaxYInward
と同じです。
static var alignAllEdgesOutward : AlignmentOptions
Aligns all edges outwards. This is the same as
NSAlignMinXOutward|NSAlignMaxXOutward|NSAlignMinYOutward|NSAlignMaxYOutward
.
全ての縁を外側に向かって整列します。これは、NSAlignMinXOutward|NSAlignMaxXOutward|NSAlignMinYOutward|NSAlignMaxYOutward
と同じです。
static var alignAllEdgesNearest : AlignmentOptions
Aligns all edges to the nearest value. This is the same as
NSAlignMinXNearest|NSAlignMaxXNearest|NSAlignMinYNearest|NSAlignMaxYNearest
.
全ての縁を最も近い値に整列します。これは、NSAlignMinXNearest|NSAlignMaxXNearest|NSAlignMinYNearest|NSAlignMaxYNearest
と同じです。