Unit 'GR32_PathsEx' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#pl_graphics32vpr]

DrawText

Declaration

Source position: GR32_PathsEx.pas line 279

procedure DrawText(

  Dst: TBitmap32;

  X: TFloat;

  Y: TFloat;

  const Text: WideString;

  OutlineColor: TColor32;

  FillColor: TColor32;

  Transformation: TTransformation = Nil

); overload;

procedure DrawText(

  Dst: TBitmap32;

  X: TFloat;

  Y: TFloat;

  const Text: WideString;

  OutlineColor: TColor32;

  Filler: TCustomPolygonFiller;

  Transformation: TTransformation = Nil

); overload;



CT Web help

CodeTyphon Studio