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

DrawDashedLine

Declaration

Source position: Img32.Draw.pas line 243

procedure DrawDashedLine(

  img: TImage32;

  const line: TPathD;

  dashPattern: TArrayOfInteger;

  patternOffset: PDouble;

  lineWidth: Double;

  color: TColor32;

  endStyle: TEndStyle;

  joinStyle: TJoinStyle = jsAuto

); overload;

procedure DrawDashedLine(

  img: TImage32;

  const lines: TPathsD;

  dashPattern: TArrayOfInteger;

  patternOffset: PDouble;

  lineWidth: Double;

  color: TColor32;

  endStyle: TEndStyle;

  joinStyle: TJoinStyle = jsAuto

); overload;

procedure DrawDashedLine(

  img: TImage32;

  const line: TPathD;

  dashPattern: TArrayOfInteger;

  patternOffset: PDouble;

  lineWidth: Double;

  renderer: TCustomRenderer;

  endStyle: TEndStyle;

  joinStyle: TJoinStyle = jsAuto

); overload;

procedure DrawDashedLine(

  img: TImage32;

  const lines: TPathsD;

  dashPattern: TArrayOfInteger;

  patternOffset: PDouble;

  lineWidth: Double;

  renderer: TCustomRenderer;

  endStyle: TEndStyle;

  joinStyle: TJoinStyle = jsAuto

); overload;



CT Web help

CodeTyphon Studio