Click or drag to resize
Ab4d.SharpEngine logo

BitmapFontCharacter Constructor

Initializes a new instance of the BitmapFontCharacter class

Namespace: Ab4d.SharpEngine.Utilities
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.1.9316+94bbd23b55747f096f056a5602f7dd90558b3673
Syntax
C#
public Character(
	char Char,
	int X,
	int Y,
	int Width,
	int Height,
	int XOffset,
	int YOffset,
	int XAdvance,
	int TexturePage,
	int Channel
)

Parameters

Char  Char

[Missing <param name="Char"/> documentation for "M:Ab4d.SharpEngine.Utilities.BitmapFont.Character.#ctor(System.Char,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)"]

X  Int32

[Missing <param name="X"/> documentation for "M:Ab4d.SharpEngine.Utilities.BitmapFont.Character.#ctor(System.Char,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)"]

Y  Int32

[Missing <param name="Y"/> documentation for "M:Ab4d.SharpEngine.Utilities.BitmapFont.Character.#ctor(System.Char,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)"]

Width  Int32

[Missing <param name="Width"/> documentation for "M:Ab4d.SharpEngine.Utilities.BitmapFont.Character.#ctor(System.Char,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)"]

Height  Int32

[Missing <param name="Height"/> documentation for "M:Ab4d.SharpEngine.Utilities.BitmapFont.Character.#ctor(System.Char,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)"]

XOffset  Int32

[Missing <param name="XOffset"/> documentation for "M:Ab4d.SharpEngine.Utilities.BitmapFont.Character.#ctor(System.Char,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)"]

YOffset  Int32

[Missing <param name="YOffset"/> documentation for "M:Ab4d.SharpEngine.Utilities.BitmapFont.Character.#ctor(System.Char,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)"]

XAdvance  Int32

[Missing <param name="XAdvance"/> documentation for "M:Ab4d.SharpEngine.Utilities.BitmapFont.Character.#ctor(System.Char,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)"]

TexturePage  Int32

[Missing <param name="TexturePage"/> documentation for "M:Ab4d.SharpEngine.Utilities.BitmapFont.Character.#ctor(System.Char,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)"]

Channel  Int32

[Missing <param name="Channel"/> documentation for "M:Ab4d.SharpEngine.Utilities.BitmapFont.Character.#ctor(System.Char,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)"]

Remarks

[Missing <remarks> documentation for "M:Ab4d.SharpEngine.Utilities.BitmapFont.Character.#ctor(System.Char,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)"]

See Also