Unit 'Img32.SVG.Path' Package
[Overview][Types][Classes][Procedures and functions][Index] [#pl_image32]

TSvgPathSegType

Declaration

Source position: Img32.SVG.Path.pas line 34

type TSvgPathSegType = (

  stUnknown,

  

  stMove,

  

  stLine,

  

  stHorz,

  

  stVert,

  

  stArc,

  

  stQBezier,

  

  stCBezier,

  

  stQSpline,

  

  stCSpline,

  

  stClose

  

);



CT Web help

CodeTyphon Studio