C# Class GLSharp.Html.CanvasElementGl

Inheritance: System.Html.Element
Mostra file Open project: colin-dumitru/GLSharp Class Usage Examples

Private Properties

Property Type Description
CanvasElementGl System

Public Methods

Method Description
GetContext ( string contextID, WebGLContextAttributes attributes ) : WebGL
ToDataURL ( ) : string
ToDataURL ( string type ) : string

Private Methods

Method Description
CanvasElementGl ( ) : System

Method Details

GetContext() public method

public GetContext ( string contextID, WebGLContextAttributes attributes ) : WebGL
contextID string
attributes WebGLContextAttributes
return GLSharp.Graphics.WebGL

ToDataURL() public method

public ToDataURL ( ) : string
return string

ToDataURL() public method

public ToDataURL ( string type ) : string
type string
return string