C# 클래스 SFEditor.CharacterRegion

파일 보기 프로젝트 열기: cra0zy/SFEditor 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Start int

공개 메소드들

메소드 설명
CharacterRegion ( int start, int end ) : System.Xml
Save ( XmlDocument doc, XmlNode root ) : void

메소드 상세

CharacterRegion() 공개 메소드

public CharacterRegion ( int start, int end ) : System.Xml
start int
end int
리턴 System.Xml

Save() 공개 메소드

public Save ( XmlDocument doc, XmlNode root ) : void
doc System.Xml.XmlDocument
root System.Xml.XmlNode
리턴 void

프로퍼티 상세

Start 공개적으로 프로퍼티

public int Start
리턴 int