Unit 'BCTools' Package
[Overview][Procedures and functions][Index] [#pl_bgracontrols]

ComputeGlyphPosition

Declaration

Source position: bctools.pas line 37

function ComputeGlyphPosition(

  var rAvail: TRect;

  AGlyph: TBitmap;

  AGlyphAlignment: TBCAlignment;

  AGlyphMargin: Integer;

  ACaption: string;

  AFont: TBCFont;

  AOldPlacement: Boolean = False;

  AGlyphScale: Single = 1

):TRect; overload;

function ComputeGlyphPosition(

  var rAvail: TRect;

  gw: Integer;

  gh: Integer;

  AGlyphAlignment: TBCAlignment;

  AGlyphMargin: Integer;

  ACaption: string;

  AFont: TBCFont;

  AOldPlacement: Boolean = False

):TRect; overload;



CT Web help

CodeTyphon Studio