Unit 'agg_path_storage_integer' Package
[Overview][Constants][Types][Classes][Index] [#pl_aggpas]

path_storage_int16

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

Declaration

Source position: agg_path_storage_integer.pas line 66

type path_storage_int16 = object(path_storage_integer)

  m_storage: pod_deque;

  

  m_vertex_idx: unsigned;

  

  m_closed: Boolean;

  

  constructor Construct;

  

  destructor Destruct; virtual;

  

  procedure remove_all; virtual;

  

  procedure move_to(); virtual;

  

  procedure line_to(); virtual;

  

  procedure curve3(); virtual;

  

  procedure curve4(); virtual;

  

  procedure close_polygon; virtual;

  

  function size;

  

  function vertex_(); virtual;

  

  function byte_size;

  

  procedure serialize();

  

  procedure rewind(); virtual;

  

  function vertex(); virtual;

  

  function bounding_rect;

  

end;

Inheritance

path_storage_int16

  

|

path_storage_integer

  

|

vertex_source

  

|

TObject



CT Web help

CodeTyphon Studio