Unit 'BGRAClasses' Package
[Overview][Constants][Types][Procedures and functions][Index] [#pl_bgrabitmap]

TRectF

Declaration

Source position: bgraclasses.pas line 59

type TRectF = packed record

public

  property Width: Single; [r]

  

  property Height: single; [r]

  

  procedure Offset();

  

  case Integer of

    0: (

        Left: Single;

  

        Top: Single;

  

        Right: Single;

  

        Bottom: Single;

  

      );

    1: (

        TopLeft: TPointF;

  

        BottomRight: TPointF;

  

      );

end;



CT Web help

CodeTyphon Studio