C# 클래스 DrawingHelperSample.DrawingHelper

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

공개 메소드들

메소드 설명
ContextEraseLine ( PointF startPoint, PointF endPoint, int thickness ) : void
ContextErasePoint ( PointF point, int thickness ) : void
DrawingHelper ( UIImage board, UIImageView view ) : System
EraseEnd ( ) : void
EraseStart ( ) : void

메소드 상세

ContextEraseLine() 공개 메소드

public ContextEraseLine ( PointF startPoint, PointF endPoint, int thickness ) : void
startPoint System.Drawing.PointF
endPoint System.Drawing.PointF
thickness int
리턴 void

ContextErasePoint() 공개 메소드

public ContextErasePoint ( PointF point, int thickness ) : void
point System.Drawing.PointF
thickness int
리턴 void

DrawingHelper() 공개 메소드

public DrawingHelper ( UIImage board, UIImageView view ) : System
board UIImage
view UIImageView
리턴 System

EraseEnd() 공개 메소드

public EraseEnd ( ) : void
리턴 void

EraseStart() 공개 메소드

public EraseStart ( ) : void
리턴 void