C# Class OurSonic.Utility.CanvasInformation

Afficher le fichier Open project: OurSonic/OurSonicSharp Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
CanvasInformation ( CanvasRenderingContext2D context, jQueryObject domCanvas ) : System.Html
Create ( CanvasElement canvas, int w, int h, bool pixelated ) : CanvasInformation
Create ( int w, int h, bool pixelated ) : CanvasInformation

Method Details

CanvasInformation() public méthode

public CanvasInformation ( CanvasRenderingContext2D context, jQueryObject domCanvas ) : System.Html
context System.Html.Media.Graphics.CanvasRenderingContext2D
domCanvas jQueryObject
Résultat System.Html

Create() public static méthode

public static Create ( CanvasElement canvas, int w, int h, bool pixelated ) : CanvasInformation
canvas System.Html.CanvasElement
w int
h int
pixelated bool
Résultat CanvasInformation

Create() public static méthode

public static Create ( int w, int h, bool pixelated ) : CanvasInformation
w int
h int
pixelated bool
Résultat CanvasInformation