C# Class SkiaSharp.SKData

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

Méthodes publiques

Méthode Description
AsStream ( ) : Stream
AsStream ( bool streamDisposesData ) : Stream
FromMallocMemory ( IntPtr bytes, ulong length ) : SKData
SKData ( ) : System
SKData ( IntPtr bytes, ulong length ) : System
SKData ( byte bytes ) : System
SaveTo ( Stream target ) : void
Subset ( ulong offset, ulong length ) : SKData
ToArray ( ) : byte[]

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
SKData ( IntPtr x, bool owns ) : System

Method Details

AsStream() public méthode

public AsStream ( ) : Stream
Résultat Stream

AsStream() public méthode

public AsStream ( bool streamDisposesData ) : Stream
streamDisposesData bool
Résultat Stream

Dispose() protected méthode

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

FromMallocMemory() public static méthode

public static FromMallocMemory ( IntPtr bytes, ulong length ) : SKData
bytes System.IntPtr
length ulong
Résultat SKData

SKData() public méthode

public SKData ( ) : System
Résultat System

SKData() public méthode

public SKData ( IntPtr bytes, ulong length ) : System
bytes System.IntPtr
length ulong
Résultat System

SKData() public méthode

public SKData ( byte bytes ) : System
bytes byte
Résultat System

SaveTo() public méthode

public SaveTo ( Stream target ) : void
target Stream
Résultat void

Subset() public méthode

public Subset ( ulong offset, ulong length ) : SKData
offset ulong
length ulong
Résultat SKData

ToArray() public méthode

public ToArray ( ) : byte[]
Résultat byte[]