Unit 'Img32.Extra' Package
[Overview][Types][Classes][Procedures and functions][Index] [#pl_image32]

DrawEdge

Declaration

Source position: Img32.Extra.pas line 67

procedure DrawEdge(

  img: TImage32;

  const rec: TRect;

  topLeftColor: TColor32;

  bottomRightColor: TColor32;

  penWidth: Double = 1.0

); overload;

procedure DrawEdge(

  img: TImage32;

  const rec: TRectD;

  topLeftColor: TColor32;

  bottomRightColor: TColor32;

  penWidth: Double = 1.0

); overload;

procedure DrawEdge(

  img: TImage32;

  const path: TPathD;

  topLeftColor: TColor32;

  bottomRightColor: TColor32;

  penWidth: Double = 1.0;

  closePath: Boolean = True

); overload;



CT Web help

CodeTyphon Studio