C# Class BitmapReader.Classes.MouseDragAction

Show file Open project: egeozcan/DrawThatThing Class Usage Examples

Public Properties

Property Type Description
Color System.Drawing.Color
DiscardOffset bool
Points List

Public Methods

Method Description
AddPoint ( Point point ) : void
MouseDragAction ( List points, bool discardOffset = false, Color color = null ) : System.Collections.Generic
Play ( Point offset ) : IEnumerable
PushPoint ( Point point ) : void

Method Details

AddPoint() public method

public AddPoint ( Point point ) : void
point Point
return void

MouseDragAction() public method

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

Play() public method

public Play ( Point offset ) : IEnumerable
offset Point
return IEnumerable

PushPoint() public method

public PushPoint ( Point point ) : void
point Point
return void

Property Details

Color public property

public Color,System.Drawing Color
return System.Drawing.Color

DiscardOffset public property

public bool DiscardOffset
return bool

Points public property

public List Points
return List