C# Class NS_Glyph.GErrBBox

Inheritance: GErr
Mostrar archivo Open project: HinTak/Font-Validator Class Usage Examples

Public Methods

Method Description
Draw ( I_Draw i_draw, NS_IDraw.DrawParam dp ) : void
GErrBBox ( int indGlyph, NS_GMath.GConsts typeGlyph, NS_GMath.BoxD bboxInit, NS_GMath.BoxD bboxCP ) : System
WriteSpecific ( ) : string

Protected Methods

Method Description
ClearFunc ( ) : void

Private Methods

Method Description
GErrBBox ( ) : 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

GErrBBox() public method

public GErrBBox ( int indGlyph, NS_GMath.GConsts typeGlyph, NS_GMath.BoxD bboxInit, NS_GMath.BoxD bboxCP ) : System
indGlyph int
typeGlyph NS_GMath.GConsts
bboxInit NS_GMath.BoxD
bboxCP NS_GMath.BoxD
return System

WriteSpecific() public method

public WriteSpecific ( ) : string
return string