HtmlCanvas
Class
Definition
Namespace:ArtOfTest.WebAii.Controls.HtmlControls
Assembly:ArtOfTest.WebAii.dll
Syntax:
C#
public class HtmlCanvas : HtmlContainerControl
Inheritance: objectControlHtmlControlHtmlContainerControlHtmlCanvas
Inherited Members
Constructors
C#
public HtmlCanvas()
Properties
C#
public string Context2dFillStyle { get; set; }
C#
public string Context2dFont { get; set; }
C#
public double Context2dGlobalAlpha { get; set; }
C#
public string Context2dGlobalCompositOperation { get; set; }
C#
public string Context2dLineCap { get; set; }
C#
public string Context2dLineJoin { get; set; }
C#
public double Context2dLineWidth { get; set; }
C#
public double Context2dMiterLimit { get; set; }
C#
public double Context2dShadowBlur { get; set; }
C#
public string Context2dShadowColor { get; set; }
C#
public double Context2dShadowOffsetX { get; set; }
C#
public double Context2dShadowOffsetY { get; set; }
C#
public string Context2dStrokeStyle { get; set; }
C#
public string Context2dTextAlign { get; set; }
C#
public string Context2dTextBaseline { get; set; }
Methods
C#
public void Context2dBeginPath()
C#
public void Context2dClip()
C#
public void Context2dClosePath()
C#
public void Context2dFill()
C#
public void Context2dRestore()
C#
public void Context2dSave()
C#
public void Context2dScrollPathIntoView()
C#
public void Context2dStroke()