C# Class SixLabors.Shapes.Temp.GlyphBuilder

rendering surface that Fonts can use to generate Shapes.
Inheritance: SixLabors.Shapes.Temp.BaseGlyphBuilder
Afficher le fichier Open project: project-grove/imagini

Méthodes publiques

Méthode Description
GlyphBuilder ( ) : System.Diagnostics.CodeAnalysis

Initializes a new instance of the GlyphBuilder class.

GlyphBuilder ( Vector2 origin ) : System.Diagnostics.CodeAnalysis

Initializes a new instance of the GlyphBuilder class.

Method Details

GlyphBuilder() public méthode

Initializes a new instance of the GlyphBuilder class.
public GlyphBuilder ( ) : System.Diagnostics.CodeAnalysis
Résultat System.Diagnostics.CodeAnalysis

GlyphBuilder() public méthode

Initializes a new instance of the GlyphBuilder class.
public GlyphBuilder ( Vector2 origin ) : System.Diagnostics.CodeAnalysis
origin Vector2 The origin.
Résultat System.Diagnostics.CodeAnalysis