다음을 통해 공유


CGContext.DrawLayer 메서드

정의

오버로드

DrawLayer(CGLayer, CGPoint)

지정된 지점의 그래픽 컨텍스트에 레이어를 그립니다.

DrawLayer(CGLayer, CGRect)

지정된 사각형으로 바인딩된 그래픽 컨텍스트에 레이어를 그립니다.

DrawLayer(CGLayer, CGPoint)

지정된 지점의 그래픽 컨텍스트에 레이어를 그립니다.

public void DrawLayer (CoreGraphics.CGLayer layer, CoreGraphics.CGPoint point);
member this.DrawLayer : CoreGraphics.CGLayer * CoreGraphics.CGPoint -> unit

매개 변수

layer
CGLayer

그릴 레이어입니다.

point
CGPoint

레이어를 그릴 사용자 공간의 지점입니다.

적용 대상

DrawLayer(CGLayer, CGRect)

지정된 사각형으로 바인딩된 그래픽 컨텍스트에 레이어를 그립니다.

public void DrawLayer (CoreGraphics.CGLayer layer, CoreGraphics.CGRect rect);
member this.DrawLayer : CoreGraphics.CGLayer * CoreGraphics.CGRect -> unit

매개 변수

layer
CGLayer

그릴 레이어입니다.

rect
CGRect

레이어를 그릴 사용자 공간의 경계 상자입니다.

적용 대상