C# Class SkiaSharp.SKSurface

Inheritance: SKObject
Afficher le fichier Open project: prepare/HTML-Renderer Class Usage Examples

Méthodes publiques

Méthode Description
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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
SKSurface ( IntPtr h, bool owns ) : System

Method Details

Create() public static méthode

public static Create ( GRContext context, GRBackendRenderTargetDesc desc ) : SKSurface
context GRContext
desc GRBackendRenderTargetDesc
Résultat SKSurface

Create() public static méthode

public static Create ( GRContext context, GRBackendRenderTargetDesc desc, SKSurfaceProps props ) : SKSurface
context GRContext
desc GRBackendRenderTargetDesc
props SKSurfaceProps
Résultat SKSurface

Create() public static méthode

public static Create ( GRContext context, GRBackendTextureDesc desc ) : SKSurface
context GRContext
desc GRBackendTextureDesc
Résultat SKSurface

Create() public static méthode

public static Create ( GRContext context, GRBackendTextureDesc desc, SKSurfaceProps props ) : SKSurface
context GRContext
desc GRBackendTextureDesc
props SKSurfaceProps
Résultat SKSurface

Create() public static méthode

public static Create ( GRContext context, bool budgeted, SKImageInfo info ) : SKSurface
context GRContext
budgeted bool
info SKImageInfo
Résultat SKSurface

Create() public static méthode

public static Create ( GRContext context, bool budgeted, SKImageInfo info, int sampleCount ) : SKSurface
context GRContext
budgeted bool
info SKImageInfo
sampleCount int
Résultat SKSurface

Create() public static méthode

public static Create ( GRContext context, bool budgeted, SKImageInfo info, int sampleCount, SKSurfaceProps props ) : SKSurface
context GRContext
budgeted bool
info SKImageInfo
sampleCount int
props SKSurfaceProps
Résultat SKSurface

Create() public static méthode

public static Create ( SKImageInfo info ) : SKSurface
info SKImageInfo
Résultat SKSurface

Create() public static méthode

public static Create ( SKImageInfo info, IntPtr pixels, int rowBytes ) : SKSurface
info SKImageInfo
pixels System.IntPtr
rowBytes int
Résultat SKSurface

Create() public static méthode

public static Create ( SKImageInfo info, IntPtr pixels, int rowBytes, SKSurfaceProps props ) : SKSurface
info SKImageInfo
pixels System.IntPtr
rowBytes int
props SKSurfaceProps
Résultat SKSurface

Create() public static méthode

public static Create ( SKImageInfo info, SKSurfaceProps props ) : SKSurface
info SKImageInfo
props SKSurfaceProps
Résultat SKSurface

Create() public static méthode

public static Create ( int width, int height, SKColorType colorType, SKAlphaType alphaType ) : SKSurface
width int
height int
colorType SKColorType
alphaType SKAlphaType
Résultat SKSurface

Create() public static méthode

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
Résultat SKSurface

Create() public static méthode

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
Résultat SKSurface

Create() public static méthode

public static Create ( int width, int height, SKColorType colorType, SKAlphaType alphaType, SKSurfaceProps props ) : SKSurface
width int
height int
colorType SKColorType
alphaType SKAlphaType
props SKSurfaceProps
Résultat SKSurface

CreateAsRenderTarget() public static méthode

public static CreateAsRenderTarget ( GRContext context, GRBackendTextureDesc desc ) : SKSurface
context GRContext
desc GRBackendTextureDesc
Résultat SKSurface

CreateAsRenderTarget() public static méthode

public static CreateAsRenderTarget ( GRContext context, GRBackendTextureDesc desc, SKSurfaceProps props ) : SKSurface
context GRContext
desc GRBackendTextureDesc
props SKSurfaceProps
Résultat SKSurface

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Snapshot() public méthode

public Snapshot ( ) : SKImage
Résultat SKImage