Unit 'agg_renderer_outline_image' Package
[Overview][Types][Classes][Index] [#pl_aggpas]

line_interpolator_image

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

Declaration

Source position: agg_renderer_outline_image.pas line 153

type line_interpolator_image = object

  m_lp: line_parameters_ptr;

  

  m_li: dda2_line_interpolator;

  

  m_di: distance_interpolator4;

  

  m_ren: renderer_outline_image_ptr;

  

  m_plen: int;

  

  m_x: int;

  

  m_y: int;

  

  m_old_x: int;

  

  m_old_y: int;

  

  m_count: int;

  

  m_width: int;

  

  m_max_extent: int;

  

  m_start: int;

  

  m_step: int;

  

  m_dist_pos: array [0..max_half_width+1-1] of int;

  

  m_colors: array [0..max_half_width*2+4-1] of aggclr;

  

  constructor Construct();

  

  function step_hor;

  

  function step_ver;

  

  function pattern_end;

  

  function vertical;

  

  function width;

  

  function count;

  

end;

Inheritance

line_interpolator_image

  

|

TObject



CT Web help

CodeTyphon Studio