Function 関数

NSOffsetRect(_:_:_:)

Offsets the rectangle by the specified amount. 矩形を指定された量だけオフセットします。

Declaration 宣言

func NSOffsetRect(_ aRect: NSRect, 
                _ dX: CGFloat, 
                _ dY: CGFloat) -> NSRect

Return Value 戻り値

A copy of aRect, with its location shifted by dX along the x axis and by dY along the y axis. aRectのコピー、それの位置は、x軸に沿ってdXだけそしてy軸に沿ってdYだけずらされます。

See Also 参照

Managing Rectangles 矩形を管理する