LineDisplayBase.DefineGlyph(Int32, Byte[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines a glyph character.
public override void DefineGlyph (int glyphCode, byte[] glyph);
override this.DefineGlyph : int * byte[] -> unit
Public Overrides Sub DefineGlyph (glyphCode As Integer, glyph As Byte())
Parameters
- glyphCode
- Int32
The character code to be defined.
- glyph
- Byte[]
Byte array that defines the glyph.