C# Class DrawingHelperSample.DrawingHelper

Afficher le fichier Open project: sichy/DrawingHelperSample Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public ContextEraseLine ( PointF startPoint, PointF endPoint, int thickness ) : void
startPoint System.Drawing.PointF
endPoint System.Drawing.PointF
thickness int
Résultat void

ContextErasePoint() public méthode

public ContextErasePoint ( PointF point, int thickness ) : void
point System.Drawing.PointF
thickness int
Résultat void

DrawingHelper() public méthode

public DrawingHelper ( UIImage board, UIImageView view ) : System
board UIImage
view UIImageView
Résultat System

EraseEnd() public méthode

public EraseEnd ( ) : void
Résultat void

EraseStart() public méthode

public EraseStart ( ) : void
Résultat void