Function 関数

NSInsetRect(_:_:_:)

Insets a rectangle by a specified amount. 指定された量だけ矩形にインセット(差込)をします。

Declaration 宣言

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

Return Value 戻り値

A copy of aRect, altered by moving the two sides that are parallel to the y axis inward by dX, and the two sides parallel to the x axis inwards by dY. aRectのコピーで、y軸に並行な2辺をdXだけ内側に、そしてx軸に平行な2辺をdYだけ内側に移動することで改変されます。

See Also 参照

Managing Rectangles 矩形を管理する