public string SetSolidStrokeStyle(Css.Color color, Css.LengthMeasurePixel length)
 {
     return(CreateMethodCall("setSolidStrokeStyle", "\'" + color.ToHtmlColorString() + "\'", length.Value.ToString(jsNif)));
 }
            // Allgemeine Eigenschaften des Grafikkontextes

            public string SetSolidColorFill(Css.Color color)
            {
                return(CreateMethodCall("setSolidColorFill", "\'" + color.ToHtmlColorString() + "\'"));
            }