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

TD3DRect

Declaration

Source position: AsphyreD3D7.pas line 192

type TD3DRect = packed record

  case Integer of

    0: (

        x1: LongInt;

  

        y1: LongInt;

  

        x2: LongInt;

  

        y2: LongInt;

  

      );

    1: (

        lX1: LongInt;

  

        lY1: LongInt;

  

        lX2: LongInt;

  

        lY2: LongInt;

  

      );

    2: (

        a: array [0..3] of LongInt;

  

      );

end;



CT Web help

CodeTyphon Studio