Declaration

func GSComputePenPoint(_ s: GSPenPoint, _ seg: GSPathSegment, _ leftSide: Bool, _ pathPoint: UnsafeMutablePointer<NSPoint>?) -> NSPoint

Declaration

NSPoint GSComputePenPoint(GSPenPoint *s, GSPathSegment *seg, BOOL leftSide, NSPoint *pathPoint);

Declaration

GSComputePenPoint(s: GSPenPoint, seg: GSPathSegment, leftSide: bool, pathPoint: NSPoint) -> NSPoint

See Also

Curve Offsetting