共用方式為


LineDisplay.DefineGlyph(Int32, Byte[]) Method

Definition

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.

Applies to