Enumeration
列挙
NSRect
NSRectEdge
No overview available. 概要は利用可能でありません。
Availability 有効性
- macOS 10.0+
- Mac Catalyst 13.0+
Technology
- Foundation ファウンデーション
Declaration 宣言
typedef enum NSRectEdge : NSUInteger
{
...
} NSRectEdge;
Topics 話題
Constants 定数
See Also 参照
Related Types 関連する型
NSAlignmentOptions
Values representing alignment operations.
調整演算を表しているさまざまな値。
NSRectArray
Type indicating a parameter is array of
NSRect
structures.
あるパラメータがNSRect
構造体の配列であるのを指し示している型。
NSRectPointer
Type indicating a parameter is a pointer to an
NSRect
structure.
あるパラメータがNSRect
構造体へのポインタであるのを指し示している型。