NSAlignMinXInward
Specifies that alignment of the minimum X coordinate should be to the nearest inward integral value.
最小限のX座標の調整が最も近い内側の整数値でなければならないことを指定します。
NSAlignMinYInward
Specifies that alignment of the minimum Y coordinate should be to the nearest inward integral value.
最小限のY座標の調整が最も近い内側の整数値でなければならないことを指定します。
NSAlignMaxXInward
Specifies that alignment of the maximum X coordinate should be to the nearest inward integral value.
最大限のX座標の調整が最も近い内側の整数値でなければならないことを指定します。
NSAlignMaxYInward
Specifies that alignment of the maximum X coordinate should be to the nearest inward integral value.
最大限のX座標の調整が最も近い内側の整数値でなければならないことを指定します。
NSAlignWidthInward
Specifies that alignment of the width should be to the nearest inward integral value.
幅の調整が最も近い内側の整数値でなければならないことを指定します。
NSAlignHeightInward
Specifies that alignment of the height should be to the nearest inward integral value.
高さの調整が最も近い内側の整数値でなければならないことを指定します。
NSAlignMinXOutward
Specifies that alignment of the minimum X coordinate should be to the nearest outward integral value.
最小限のX座標の調整が最も近い外側の整数値でなければならないことを指定します。
NSAlignMinYOutward
Specifies that alignment of the minimum Y coordinate should be to the nearest outward integral value.
最小限のY座標の調整が最も近い外側の整数値でなければならないことを指定します。
NSAlignMaxXOutward
Specifies that alignment of the maximum X coordinate should be to the nearest outward integral value.
最大限のX座標の調整が最も近い外側の整数値でなければならないことを指定します。
NSAlignMaxYOutward
Specifies that alignment of the maximum Y coordinate should be to the nearest outward integral value.
最大限のY座標の調整が最も近い外側の整数値でなければならないことを指定します。
NSAlignWidthOutward
Specifies that alignment of the width should be to the nearest outward integral value.
幅の調整が最も近い外側の整数値でなければならないことを指定します。
NSAlignHeightOutward
Specifies that alignment of the height should be to the nearest outward integral value.
高さの調整が最も近い外側の整数値でなければならないことを指定します。
NSAlignMinXNearest
Specifies that alignment of the minimum X coordinate should be to the nearest integral value.
最小限のX座標の調整が最も近い整数値でなければならないことを指定します。
NSAlignMinYNearest
Specifies that alignment of the minimum Y coordinate should be to the nearest integral value.
最小限のY座標の調整が最も近い整数値でなければならないことを指定します。
NSAlignMaxXNearest
Specifies that alignment of the maximum X coordinate should be to the nearest integral value.
最大限のX座標の調整が最も近い整数値でなければならないことを指定します。
NSAlignMaxYNearest
Specifies that alignment of the maximum Y coordinate should be to the nearest integral value.
最大限のY座標の調整が最も近い整数値でなければならないことを指定します。
NSAlignWidthNearest
Specifies that alignment of the width should be to the nearest integral value.
幅の調整が最も近い整数値でなければならないことを指定します。
NSAlignHeightNearest
Specifies that alignment of the height should be to the nearest integral value.
高さの調整が最も近い整数値でなければならないことを指定します。
NSAlignRectFlipped
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が視覚的に首尾一貫した方法で扱われるようにします。
NSAlignAllEdgesInward
Aligns all edges inward. This is the same as
NSAlignMinXInward|NSAlignMaxXInward|NSAlignMinYInward|NSAlignMaxYInward
.
全ての縁を内側に向かって整列します。これは、NSAlignMinXInward|NSAlignMaxXInward|NSAlignMinYInward|NSAlignMaxYInward
と同じです。
NSAlignAllEdgesOutward
Aligns all edges outwards. This is the same as
NSAlignMinXOutward|NSAlignMaxXOutward|NSAlignMinYOutward|NSAlignMaxYOutward
.
全ての縁を外側に向かって整列します。これは、NSAlignMinXOutward|NSAlignMaxXOutward|NSAlignMinYOutward|NSAlignMaxYOutward
と同じです。
NSAlignAllEdgesNearest
Aligns all edges to the nearest value. This is the same as
NSAlignMinXNearest|NSAlignMaxXNearest|NSAlignMinYNearest|NSAlignMaxYNearest
.
全ての縁を最も近い値に整列します。これは、NSAlignMinXNearest|NSAlignMaxXNearest|NSAlignMinYNearest|NSAlignMaxYNearest
と同じです。