메소드 |
설명 |
|
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 |
|
|