LineDisplay.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 abstract void DefineGlyph (int glyphCode, byte[] glyph);
abstract member DefineGlyph : int * byte[] -> unit
Public MustOverride Sub DefineGlyph (glyphCode As Integer, glyph As Byte())
Parameters
- glyphCode
- Int32
The character code to be defined.
- glyph
- Byte[]
Data bytes that define the glyph.