C# Class Painting.Ink.Controls.CanvasDrawingSessionExtension

Afficher le fichier Open project: tmyt/PaintCanvas

Méthodes publiques

Méthode Description
Clear ( this session ) : void
DrawImage ( this session, ICanvasImage image, float opacity ) : void

Method Details

Clear() public static méthode

public static Clear ( this session ) : void
session this
Résultat void

DrawImage() public static méthode

public static DrawImage ( this session, ICanvasImage image, float opacity ) : void
session this
image ICanvasImage
opacity float
Résultat void