C# Class System.Html.Media.Graphics.CanvasGradient

Show file Open project: Saltarelle/SaltarelleWeb

Public Methods

Method Description
AddColorStop ( double offset, string color ) : void

Private Methods

Method Description
CanvasGradient ( ) : System.Runtime.CompilerServices

Method Details

AddColorStop() public method

public AddColorStop ( double offset, string color ) : void
offset double
color string
return void