C# Class SkiaSharp.SKString

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

Méthodes publiques

Méthode Description
SKString ( ) : System
SKString ( byte src, long length ) : System
ToString ( ) : string

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
SKString ( IntPtr handle, bool owns ) : System

Method Details

Dispose() protected méthode

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

SKString() public méthode

public SKString ( ) : System
Résultat System

SKString() public méthode

public SKString ( byte src, long length ) : System
src byte
length long
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string