Unit 'GR32_PolygonsAggLite' Package
[Overview][Classes][Procedures and functions][Index] [#pl_graphics32]

DashLineFS_AggLite

Declaration

Source position: GR32_PolygonsAggLite.pas line 110

procedure DashLineFS_AggLite(

  Bitmap: TBitmap32;

  const Points: TArrayOfFloatPoint;

  const Dashes: TArrayOfFloat;

  Color: TColor32;

  Closed: Boolean = False;

  Width: TFloat = 1.0

); overload;

procedure DashLineFS_AggLite(

  Bitmap: TBitmap32;

  const Points: TArrayOfFloatPoint;

  const Dashes: TArrayOfFloat;

  FillColor: TColor32;

  StrokeColor: TColor32;

  Closed: Boolean;

  Width: TFloat;

  StrokeWidth: TFloat = 2.0

); overload;

procedure DashLineFS_AggLite(

  Bitmap: TBitmap32;

  const Points: TArrayOfFloatPoint;

  const Dashes: TArrayOfFloat;

  Filler: TCustomPolygonFiller;

  Closed: Boolean = False;

  Width: TFloat = 1.0

); overload;

procedure DashLineFS_AggLite(

  Bitmap: TBitmap32;

  const Points: TArrayOfFloatPoint;

  const Dashes: TArrayOfFloat;

  Filler: TCustomPolygonFiller;

  StrokeColor: TColor32;

  Closed: Boolean;

  Width: TFloat;

  StrokeWidth: TFloat = 2.0

); overload;



CT Web help

CodeTyphon Studio