Unit 'cyGraphics' Package
[Overview][Procedures and functions][Index] [#pl_cindy]

cyFrame

Declaration

Source position: cyGraphics.pas line 65

procedure cyFrame(

  aCanvas: TCanvas;

  var InsideRect: TRect;

  Color: TColor;

  const Width: Integer = 1

); overload;

procedure cyFrame(

  Canvas: TCanvas;

  var InsideRect: TRect;

  LeftColor: TColor;

  TopColor: TColor;

  RightColor: TColor;

  BottomColor: TColor;

  const Width: Integer = 1;

  const RoundRect: Boolean = False

); overload;



CT Web help

CodeTyphon Studio