C# 클래스 PixelFarm.Drawing.Fonts.FontABC

glyph ABC structure
파일 보기 프로젝트 열기: prepare/HTML-Renderer

공개 프로퍼티들

프로퍼티 타입 설명
a int
b uint
c int

공개 메소드들

메소드 설명
FontABC ( int a, uint b, int c ) : System

메소드 상세

FontABC() 공개 메소드

public FontABC ( int a, uint b, int c ) : System
a int
b uint
c int
리턴 System

프로퍼티 상세

a 공개적으로 프로퍼티

public int a
리턴 int

b 공개적으로 프로퍼티

public uint b
리턴 uint

c 공개적으로 프로퍼티

public int c
리턴 int