Unit 'Cairo' Package
[Overview][Constants][Types][Procedures and functions][Index] [#cairo]

cairo_path_data_t

Declaration

Source position: cairo.pp line 468

type cairo_path_data_t = record

  case LongInt of

    0: (

        header: record

          _type: cairo_path_data_type_t;

          length: LongInt;

        end;

      );

    1: (

        point: record

          x: Double;

          y: Double;

        end;

      );

end;


Documentation generated on: 2023-03-18