C# 클래스 SkiaSharp.GRContext

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

공개 메소드들

메소드 설명
AbandonContext ( bool releaseResources = false ) : void
Create ( GRBackend backend ) : GRContext
Create ( GRBackend backend, GRGlInterface backendContext ) : GRContext
Create ( GRBackend backend, GRGlInterface backendContext, GRContextOptions options ) : GRContext
Create ( GRBackend backend, IntPtr backendContext ) : GRContext
Create ( GRBackend backend, IntPtr backendContext, GRContextOptions options ) : GRContext
Flush ( ) : void
GetRecommendedSampleCount ( GRPixelConfig config, float dpi ) : int
GetResourceCacheLimits ( int &maxResources, long &maxResourceBytes ) : void
GetResourceCacheUsage ( int &maxResources, long &maxResourceBytes ) : void
SetResourceCacheLimits ( int maxResources, long maxResourceBytes ) : void

보호된 메소드들

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

비공개 메소드들

메소드 설명
Flush ( GRContextFlushBits flagsBitfield ) : void
GRContext ( IntPtr h, bool owns ) : System

메소드 상세

AbandonContext() 공개 메소드

public AbandonContext ( bool releaseResources = false ) : void
releaseResources bool
리턴 void

Create() 공개 정적인 메소드

public static Create ( GRBackend backend ) : GRContext
backend GRBackend
리턴 GRContext

Create() 공개 정적인 메소드

public static Create ( GRBackend backend, GRGlInterface backendContext ) : GRContext
backend GRBackend
backendContext GRGlInterface
리턴 GRContext

Create() 공개 정적인 메소드

public static Create ( GRBackend backend, GRGlInterface backendContext, GRContextOptions options ) : GRContext
backend GRBackend
backendContext GRGlInterface
options GRContextOptions
리턴 GRContext

Create() 공개 정적인 메소드

public static Create ( GRBackend backend, IntPtr backendContext ) : GRContext
backend GRBackend
backendContext System.IntPtr
리턴 GRContext

Create() 공개 정적인 메소드

public static Create ( GRBackend backend, IntPtr backendContext, GRContextOptions options ) : GRContext
backend GRBackend
backendContext System.IntPtr
options GRContextOptions
리턴 GRContext

Dispose() 보호된 메소드

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

Flush() 공개 메소드

public Flush ( ) : void
리턴 void

GetRecommendedSampleCount() 공개 메소드

public GetRecommendedSampleCount ( GRPixelConfig config, float dpi ) : int
config GRPixelConfig
dpi float
리턴 int

GetResourceCacheLimits() 공개 메소드

public GetResourceCacheLimits ( int &maxResources, long &maxResourceBytes ) : void
maxResources int
maxResourceBytes long
리턴 void

GetResourceCacheUsage() 공개 메소드

public GetResourceCacheUsage ( int &maxResources, long &maxResourceBytes ) : void
maxResources int
maxResourceBytes long
리턴 void

SetResourceCacheLimits() 공개 메소드

public SetResourceCacheLimits ( int maxResources, long maxResourceBytes ) : void
maxResources int
maxResourceBytes long
리턴 void