C# 클래스 csModels.Utils.Drawing.DrawPolyline

Draw a line, freehand style.
상속: LineDrawingBase
파일 보기 프로젝트 열기: TNOCS/csTouch 1 사용 예제들

공개 메소드들

메소드 설명
DrawPolyline ( PoI poi ) : System.Windows.Media

Create an object to draw a polygon line

StartDrawing ( Color strokeColor, int insertOrAppend = -1, double strokeWidth = 2.0 ) : void

Start drawing the line.

비공개 메소드들

메소드 설명
PolylineDrawingCompleted ( DrawingCompletedEventArgs args ) : void

메소드 상세

DrawPolyline() 공개 메소드

Create an object to draw a polygon line
public DrawPolyline ( PoI poi ) : System.Windows.Media
poi DataServer.PoI
리턴 System.Windows.Media

StartDrawing() 공개 메소드

Start drawing the line.
public StartDrawing ( Color strokeColor, int insertOrAppend = -1, double strokeWidth = 2.0 ) : void
strokeColor System.Windows.Media.Color
insertOrAppend int Insert or append the line to the Poi. In case the value is less than 0, append, otherwise insert.
strokeWidth double
리턴 void