C# 클래스 Nohal.RleEditor.RleParser.VectorPattern

상속: Symbol
파일 보기 프로젝트 열기: nohal/RleEditor 1 사용 예제들

공개 메소드들

메소드 설명
Clone ( ) : VectorPattern
IsValid ( ) : bool
ToString ( ) : string
VectorPattern ( string vectordata, ColorTable colortable ) : System

메소드 상세

Clone() 공개 메소드

public Clone ( ) : VectorPattern
리턴 VectorPattern

IsValid() 공개 메소드

public IsValid ( ) : bool
리턴 bool

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

VectorPattern() 공개 메소드

public VectorPattern ( string vectordata, ColorTable colortable ) : System
vectordata string
colortable ColorTable
리턴 System