C# 클래스 NS_Glyph.GErrComponent

상속: GErr
파일 보기 프로젝트 열기: HinTak/Font-Validator

보호된 프로퍼티들

프로퍼티 타입 설명
indexGlyphComponent int

공개 메소드들

메소드 설명
Draw ( I_Draw i_Draw, NS_IDraw.DrawParam dp ) : void
WriteSpecific ( ) : string

보호된 메소드들

메소드 설명
ClearFunc ( ) : void
GErrComponent ( ) : System
GErrComponent ( int indGlyphOwner, int indGlyphComponent ) : System

메소드 상세

ClearFunc() 보호된 메소드

protected ClearFunc ( ) : void
리턴 void

Draw() 공개 메소드

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

GErrComponent() 보호된 메소드

protected GErrComponent ( ) : System
리턴 System

GErrComponent() 보호된 메소드

protected GErrComponent ( int indGlyphOwner, int indGlyphComponent ) : System
indGlyphOwner int
indGlyphComponent int
리턴 System

WriteSpecific() 공개 메소드

public WriteSpecific ( ) : string
리턴 string

프로퍼티 상세

indexGlyphComponent 보호되어 있는 프로퍼티

protected int indexGlyphComponent
리턴 int