다음을 통해 공유


UIGraphics.PushContext(CGContext) 메서드

정의

CGContext를 UIKit 그래픽 컨텍스트 스택에 수동으로 푸시합니다.

public static void PushContext (CoreGraphics.CGContext ctx);
static member PushContext : CoreGraphics.CGContext -> unit

매개 변수

ctx
CGContext

설명

개발자는 모든 스레드에서 이 메서드를 호출할 수 있습니다.

적용 대상