C# Class NS_Glyph.GErrComponent

Inheritance: GErr
Mostra file Open project: HinTak/Font-Validator

Protected Properties

Property Type Description
indexGlyphComponent int

Public Methods

Method Description
Draw ( I_Draw i_Draw, NS_IDraw.DrawParam dp ) : void
WriteSpecific ( ) : string

Protected Methods

Method Description
ClearFunc ( ) : void
GErrComponent ( ) : System
GErrComponent ( int indGlyphOwner, int indGlyphComponent ) : System

Method Details

ClearFunc() protected method

protected ClearFunc ( ) : void
return void

Draw() public method

public Draw ( I_Draw i_Draw, NS_IDraw.DrawParam dp ) : void
i_Draw I_Draw
dp NS_IDraw.DrawParam
return void

GErrComponent() protected method

protected GErrComponent ( ) : System
return System

GErrComponent() protected method

protected GErrComponent ( int indGlyphOwner, int indGlyphComponent ) : System
indGlyphOwner int
indGlyphComponent int
return System

WriteSpecific() public method

public WriteSpecific ( ) : string
return string

Property Details

indexGlyphComponent protected_oe property

protected int indexGlyphComponent
return int