Unit 'Html5CanvasInterfaces' Package
[Overview][Classes][Index] [#pl_html5canvas]

IHtml5CanvasLineStyles

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: Html5CanvasInterfaces.pas line 43

type IHtml5CanvasLineStyles = interface

  function GetLineWidth;

  

  function GetLineCap;

  

  function GetLineJoin;

  

  function GetMiterLimit;

  

  procedure SetLineWidth();

  

  procedure SetLineCap();

  

  procedure SetLineJoin();

  

  procedure SetMiterLimit();

  

  property LineWidth: Double; [rw]

  

  property LineCap: string; [rw]

  

  property LineJoin: string; [rw]

  

  property MiterLimit: Double; [rw]

  

end;

Inheritance

IHtml5CanvasLineStyles

  

|

IInterface



CT Web help

CodeTyphon Studio