C# 클래스 DoodlePad.XMLHelpers

파일 보기 프로젝트 열기: disbitski/DoodlePad

공개 메소드들

메소드 설명
StrokestoXML ( StrokeCollection mystrokes ) : System.Xml.Linq.XElement
XMLtoSrokes ( System.Xml.Linq.XElement xml ) : StrokeCollection

메소드 상세

StrokestoXML() 공개 정적인 메소드

public static StrokestoXML ( StrokeCollection mystrokes ) : System.Xml.Linq.XElement
mystrokes StrokeCollection
리턴 System.Xml.Linq.XElement

XMLtoSrokes() 공개 정적인 메소드

public static XMLtoSrokes ( System.Xml.Linq.XElement xml ) : StrokeCollection
xml System.Xml.Linq.XElement
리턴 StrokeCollection