C# Class DrawingHelperSample.DrawingHelper

Mostrar archivo Open project: sichy/DrawingHelperSample Class Usage Examples

Public Methods

Method Description
ContextEraseLine ( PointF startPoint, PointF endPoint, int thickness ) : void
ContextErasePoint ( PointF point, int thickness ) : void
DrawingHelper ( UIImage board, UIImageView view ) : System
EraseEnd ( ) : void
EraseStart ( ) : void

Method Details

ContextEraseLine() public method

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

ContextErasePoint() public method

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

DrawingHelper() public method

public DrawingHelper ( UIImage board, UIImageView view ) : System
board UIImage
view UIImageView
return System

EraseEnd() public method

public EraseEnd ( ) : void
return void

EraseStart() public method

public EraseStart ( ) : void
return void