Function
GSComputePenPoint(_:_:_:_:) GSComputePenPointGSComputePenPoint
Declaration
func GSComputePenPoint(_ s: GSPenPoint, _ seg: GSPathSegment, _ leftSide: Bool, _ pathPoint: UnsafeMutablePointer<NSPoint>?) -> NSPointDeclaration
NSPoint GSComputePenPoint(GSPenPoint *s, GSPathSegment *seg, BOOL leftSide, NSPoint *pathPoint);Declaration
GSComputePenPoint(s: GSPenPoint, seg: GSPathSegment, leftSide: bool, pathPoint: NSPoint) -> NSPoint