Unit 'VGR32_VectorGraphics' Package
[Overview][Types][Classes][Index] [#pl_graphics32vpr]

TPathCommand

Declaration

Source position: VGR32_VectorGraphics.pas line 71

type TPathCommand = (

  pcEndOfFile,

  

  pcBeginPath,

  

  pcEndPath,

  

  pcMoveTo,

  

  pcLineTo,

  

  pcCurveTo,

  

  pcClosePath,

  

  pcSetStrokeColor,

  

  pcSetFillColor,

  

  pcSetStrokeOpacity,

  

  pcSetFillOpacity,

  

  pcSetStrokeWidth

  

);



CT Web help

CodeTyphon Studio