PTPathSegmentType

enum PTPathSegmentType {  e_ptmoveto = 1,
e_ptlineto,
e_ptcubicto,
e_ptconicto,
e_ptrect,
e_ptclosepath}

Undocumented

  • Undocumented

    Declaration

    Objective-C

    e_ptmoveto = 1
  • Undocumented

    Declaration

    Objective-C

    e_ptlineto
  • Undocumented

    Declaration

    Objective-C

    e_ptcubicto
  • Undocumented

    Declaration

    Objective-C

    e_ptconicto
  • Undocumented

    Declaration

    Objective-C

    e_ptrect
  • Undocumented

    Declaration

    Objective-C

    e_ptclosepath