elementAtIndex:associatedPoints:

INDEX>AppKit>NSBezier 指定したインデックスのエレメントの位置を種類と位置を返します Objective-C - (NSBezierPathElement)elementAtIndex:(NSInteger)index associatedPoints:(NSPointArray)points Swift func elementAtIndex(_ index: Int, associatedPoints points: NSPointArray) -> NSBezierPathElement 解説 指定…