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

DrawPolygon

Declaration

Source position: Img32.Draw.pas line 269

procedure DrawPolygon(

  img: TImage32;

  const polygon: TPathD;

  fillRule: TFillRule;

  color: TColor32

); overload;

procedure DrawPolygon(

  img: TImage32;

  const polygon: TPathD;

  fillRule: TFillRule;

  renderer: TCustomRenderer

); overload;

procedure DrawPolygon(

  img: TImage32;

  const polygons: TPathsD;

  fillRule: TFillRule;

  color: TColor32

); overload;

procedure DrawPolygon(

  img: TImage32;

  const polygons: TPathsD;

  fillRule: TFillRule;

  renderer: TCustomRenderer

); overload;



CT Web help

CodeTyphon Studio