Unit 'AsphyreMath' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#pl_asphyresphinx]

TPoint2px

Declaration

Source position: AsphyreMath.pas line 34

type TPoint2px = record

public

  x: Integer;

  

  y: Integer;

  

  class operator add(TPoint2px,TPoint2px):TPoint2px();

  

  class operator subtract(TPoint2px,TPoint2px):TPoint2px();

  

  class operator multiply(TPoint2px,TPoint2px):TPoint2px();

  

  class operator divide(TPoint2px,TPoint2px):TPoint2px();

  

  class operator negative(TPoint2px):TPoint2px();

  

  class operator multiply(TPoint2px,single):TPoint2px();

  

  class operator multiply(TPoint2px,Integer):TPoint2px();

  

  class operator divide(TPoint2px,single):TPoint2px();

  

  class operator divide(TPoint2px,Integer):TPoint2px();

  

  class operator implicit(TPoint):TPoint2px();

  

  class operator implicit(TPoint2px):TPoint();

  

  class operator equal(TPoint2px,TPoint2px):Boolean();

  

  class operator notequal(TPoint2px,TPoint2px):Boolean();

  

end;



CT Web help

CodeTyphon Studio