C# Class GLSharp.Html.CanvasElementGl

Inheritance: System.Html.Element
Afficher le fichier Open project: colin-dumitru/GLSharp Class Usage Examples

Private Properties

Свойство Type Description
CanvasElementGl System

Méthodes publiques

Méthode Description
GetContext ( string contextID, WebGLContextAttributes attributes ) : WebGL
ToDataURL ( ) : string
ToDataURL ( string type ) : string

Private Methods

Méthode Description
CanvasElementGl ( ) : System

Method Details

GetContext() public méthode

public GetContext ( string contextID, WebGLContextAttributes attributes ) : WebGL
contextID string
attributes WebGLContextAttributes
Résultat GLSharp.Graphics.WebGL

ToDataURL() public méthode

public ToDataURL ( ) : string
Résultat string

ToDataURL() public méthode

public ToDataURL ( string type ) : string
type string
Résultat string