C# 클래스 BitmapReader.Classes.MouseDragAction

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

공개 프로퍼티들

프로퍼티 타입 설명
Color System.Drawing.Color
DiscardOffset bool
Points List

공개 메소드들

메소드 설명
AddPoint ( Point point ) : void
MouseDragAction ( List points, bool discardOffset = false, Color color = null ) : System.Collections.Generic
Play ( Point offset ) : IEnumerable
PushPoint ( Point point ) : void

메소드 상세

AddPoint() 공개 메소드

public AddPoint ( Point point ) : void
point Point
리턴 void

MouseDragAction() 공개 메소드

public MouseDragAction ( List points, bool discardOffset = false, Color color = null ) : System.Collections.Generic
points List
discardOffset bool
color System.Drawing.Color
리턴 System.Collections.Generic

Play() 공개 메소드

public Play ( Point offset ) : IEnumerable
offset Point
리턴 IEnumerable

PushPoint() 공개 메소드

public PushPoint ( Point point ) : void
point Point
리턴 void

프로퍼티 상세

Color 공개적으로 프로퍼티

public Color,System.Drawing Color
리턴 System.Drawing.Color

DiscardOffset 공개적으로 프로퍼티

public bool DiscardOffset
리턴 bool

Points 공개적으로 프로퍼티

public List Points
리턴 List