Unit 'BGRASVGShapes' Package
[Overview][Types][Classes][Procedures and functions][Index] [#pl_bgrabitmap]

TSVGLine

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

Declaration

Source position: bgrasvgshapes.pas line 75

type TSVGLine = class(TSVGElement)

protected

  procedure InternalDraw(); override;

  

public

  class function GetDOMTag; override;

  

  procedure ConvertToUnit(); override;

  

  property x1: TFloatWithCSSUnit; [rw]

  

  property y1: TFloatWithCSSUnit; [rw]

  

  property x2: TFloatWithCSSUnit; [rw]

  

  property y2: TFloatWithCSSUnit; [rw]

  

end;

Inheritance

TSVGLine

  

|

TSVGElement

  

|

TSVGCustomElement

  

|

TObject



CT Web help

CodeTyphon Studio