C# 클래스 SixLabors.Shapes.Temp.GlyphBuilder

rendering surface that Fonts can use to generate Shapes.
상속: SixLabors.Shapes.Temp.BaseGlyphBuilder
파일 보기 프로젝트 열기: project-grove/imagini

공개 메소드들

메소드 설명
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.

메소드 상세

GlyphBuilder() 공개 메소드

Initializes a new instance of the GlyphBuilder class.
public GlyphBuilder ( ) : System.Diagnostics.CodeAnalysis
리턴 System.Diagnostics.CodeAnalysis

GlyphBuilder() 공개 메소드

Initializes a new instance of the GlyphBuilder class.
public GlyphBuilder ( Vector2 origin ) : System.Diagnostics.CodeAnalysis
origin Vector2 The origin.
리턴 System.Diagnostics.CodeAnalysis