Share via


LineDisplayBase.DefineGlyph(Int32, Byte[]) Method

Definition

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.

Applies to