C# 클래스 SkiaSharp.SKSurface

상속: SKObject
파일 보기 프로젝트 열기: prepare/HTML-Renderer 1 사용 예제들

공개 메소드들

메소드 설명
Create ( GRContext context, GRBackendRenderTargetDesc desc ) : SKSurface
Create ( GRContext context, GRBackendRenderTargetDesc desc, SKSurfaceProps props ) : SKSurface
Create ( GRContext context, GRBackendTextureDesc desc ) : SKSurface
Create ( GRContext context, GRBackendTextureDesc desc, SKSurfaceProps props ) : SKSurface
Create ( GRContext context, bool budgeted, SKImageInfo info ) : SKSurface
Create ( GRContext context, bool budgeted, SKImageInfo info, int sampleCount ) : SKSurface
Create ( GRContext context, bool budgeted, SKImageInfo info, int sampleCount, SKSurfaceProps props ) : SKSurface
Create ( SKImageInfo info ) : SKSurface
Create ( SKImageInfo info, IntPtr pixels, int rowBytes ) : SKSurface
Create ( SKImageInfo info, IntPtr pixels, int rowBytes, SKSurfaceProps props ) : SKSurface
Create ( SKImageInfo info, SKSurfaceProps props ) : SKSurface
Create ( int width, int height, SKColorType colorType, SKAlphaType alphaType ) : SKSurface
Create ( int width, int height, SKColorType colorType, SKAlphaType alphaType, IntPtr pixels, int rowBytes ) : SKSurface
Create ( int width, int height, SKColorType colorType, SKAlphaType alphaType, IntPtr pixels, int rowBytes, SKSurfaceProps props ) : SKSurface
Create ( int width, int height, SKColorType colorType, SKAlphaType alphaType, SKSurfaceProps props ) : SKSurface
CreateAsRenderTarget ( GRContext context, GRBackendTextureDesc desc ) : SKSurface
CreateAsRenderTarget ( GRContext context, GRBackendTextureDesc desc, SKSurfaceProps props ) : SKSurface
Snapshot ( ) : SKImage

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
SKSurface ( IntPtr h, bool owns ) : System

메소드 상세

Create() 공개 정적인 메소드

public static Create ( GRContext context, GRBackendRenderTargetDesc desc ) : SKSurface
context GRContext
desc GRBackendRenderTargetDesc
리턴 SKSurface

Create() 공개 정적인 메소드

public static Create ( GRContext context, GRBackendRenderTargetDesc desc, SKSurfaceProps props ) : SKSurface
context GRContext
desc GRBackendRenderTargetDesc
props SKSurfaceProps
리턴 SKSurface

Create() 공개 정적인 메소드

public static Create ( GRContext context, GRBackendTextureDesc desc ) : SKSurface
context GRContext
desc GRBackendTextureDesc
리턴 SKSurface

Create() 공개 정적인 메소드

public static Create ( GRContext context, GRBackendTextureDesc desc, SKSurfaceProps props ) : SKSurface
context GRContext
desc GRBackendTextureDesc
props SKSurfaceProps
리턴 SKSurface

Create() 공개 정적인 메소드

public static Create ( GRContext context, bool budgeted, SKImageInfo info ) : SKSurface
context GRContext
budgeted bool
info SKImageInfo
리턴 SKSurface

Create() 공개 정적인 메소드

public static Create ( GRContext context, bool budgeted, SKImageInfo info, int sampleCount ) : SKSurface
context GRContext
budgeted bool
info SKImageInfo
sampleCount int
리턴 SKSurface

Create() 공개 정적인 메소드

public static Create ( GRContext context, bool budgeted, SKImageInfo info, int sampleCount, SKSurfaceProps props ) : SKSurface
context GRContext
budgeted bool
info SKImageInfo
sampleCount int
props SKSurfaceProps
리턴 SKSurface

Create() 공개 정적인 메소드

public static Create ( SKImageInfo info ) : SKSurface
info SKImageInfo
리턴 SKSurface

Create() 공개 정적인 메소드

public static Create ( SKImageInfo info, IntPtr pixels, int rowBytes ) : SKSurface
info SKImageInfo
pixels System.IntPtr
rowBytes int
리턴 SKSurface

Create() 공개 정적인 메소드

public static Create ( SKImageInfo info, IntPtr pixels, int rowBytes, SKSurfaceProps props ) : SKSurface
info SKImageInfo
pixels System.IntPtr
rowBytes int
props SKSurfaceProps
리턴 SKSurface

Create() 공개 정적인 메소드

public static Create ( SKImageInfo info, SKSurfaceProps props ) : SKSurface
info SKImageInfo
props SKSurfaceProps
리턴 SKSurface

Create() 공개 정적인 메소드

public static Create ( int width, int height, SKColorType colorType, SKAlphaType alphaType ) : SKSurface
width int
height int
colorType SKColorType
alphaType SKAlphaType
리턴 SKSurface

Create() 공개 정적인 메소드

public static Create ( int width, int height, SKColorType colorType, SKAlphaType alphaType, IntPtr pixels, int rowBytes ) : SKSurface
width int
height int
colorType SKColorType
alphaType SKAlphaType
pixels System.IntPtr
rowBytes int
리턴 SKSurface

Create() 공개 정적인 메소드

public static Create ( int width, int height, SKColorType colorType, SKAlphaType alphaType, IntPtr pixels, int rowBytes, SKSurfaceProps props ) : SKSurface
width int
height int
colorType SKColorType
alphaType SKAlphaType
pixels System.IntPtr
rowBytes int
props SKSurfaceProps
리턴 SKSurface

Create() 공개 정적인 메소드

public static Create ( int width, int height, SKColorType colorType, SKAlphaType alphaType, SKSurfaceProps props ) : SKSurface
width int
height int
colorType SKColorType
alphaType SKAlphaType
props SKSurfaceProps
리턴 SKSurface

CreateAsRenderTarget() 공개 정적인 메소드

public static CreateAsRenderTarget ( GRContext context, GRBackendTextureDesc desc ) : SKSurface
context GRContext
desc GRBackendTextureDesc
리턴 SKSurface

CreateAsRenderTarget() 공개 정적인 메소드

public static CreateAsRenderTarget ( GRContext context, GRBackendTextureDesc desc, SKSurfaceProps props ) : SKSurface
context GRContext
desc GRBackendTextureDesc
props SKSurfaceProps
리턴 SKSurface

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

Snapshot() 공개 메소드

public Snapshot ( ) : SKImage
리턴 SKImage