Axiom.Fonts.Font.GlyphInfo.GlyphInfo C# (CSharp) Метод

GlyphInfo() публичный Метод

public GlyphInfo ( UInt32 id, RectangleF rect, Real aspect ) : System
id System.UInt32
rect Axiom.Core.RectangleF
aspect Real
Результат System
			public GlyphInfo( CodePoint id, UVRect rect, Real aspect )
			{
				codePoint = id;
				uvRect = rect;
				aspectRatio = aspect;
			}
		}
Font.GlyphInfo