Unit 'GR32_Polygons' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#pl_graphics32]

PolygonTS

Declaration

Source position: GR32_Polygons.pas line 449

procedure PolygonTS(

  Bitmap: TCustomBitmap32;

  const Points: TArrayOfFixedPoint;

  Color: TColor32;

  Mode: TPolyFillMode = pfAlternate;

  Transformation: TTransformation = Nil

); overload;

procedure PolygonTS(

  Bitmap: TCustomBitmap32;

  const Points: TArrayOfFixedPoint;

  FillLineCallback: TFillLineEvent;

  Mode: TPolyFillMode = pfAlternate;

  Transformation: TTransformation = Nil

); overload;

procedure PolygonTS(

  Bitmap: TCustomBitmap32;

  const Points: TArrayOfFixedPoint;

  Filler: TCustomPolygonFiller;

  Mode: TPolyFillMode = pfAlternate;

  Transformation: TTransformation = Nil

); overload;



CT Web help

CodeTyphon Studio