C# Класс SkiaSharp.SKSurface

Наследование: SKObject
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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