다음을 통해 공유


CGPath.ApplierFunction 대리자

정의

CGPathElement를 변경할 수 있는 함수입니다.

public delegate void CGPath.ApplierFunction(CGPathElement element);
type CGPath.ApplierFunction = delegate of CGPathElement -> unit

매개 변수

element
CGPathElement

처리할 요소입니다.

설명

경로의 각 요소에 대해 CGPath.Apply에서 다시 호출되는 함수 서명입니다.

적용 대상