다음을 통해 공유


SKPaintSurfaceEventArgs 클래스

정의

PaintSurface 이벤트에 대한 데이터를 제공합니다.

public class SKPaintSurfaceEventArgs : EventArgs
상속
SKPaintSurfaceEventArgs

생성자

SKPaintSurfaceEventArgs(SKSurface, SKImageInfo)

이벤트 인수의 SKPaintSurfaceEventArgs 새 instance 만듭니다.

SKPaintSurfaceEventArgs(SKSurface, SKImageInfo, SKImageInfo)

PaintSurface 이벤트에 대한 데이터를 제공합니다.

속성

Info

현재 그려지고 있는 표면에 대한 정보를 가져옵니다.

RawInfo

PaintSurface 이벤트에 대한 데이터를 제공합니다.

Surface

현재 그려지고 있는 표면을 가져옵니다.

적용 대상