TdxGPCanvas.DrawString(string,TdxGPFont,TdxGPCustomBrush,TdxRectF,TdxGPStringFormat) Method
Declaration
procedure DrawString(const S: string; AFont: TdxGPFont; ABrush: TdxGPCustomBrush; const ARect: TdxRectF; AFormat: TdxGPStringFormat); overload;
Parameters
Name | Type |
---|---|
S | string |
AFont | TdxGPFont |
ABrush | TdxGPCustomBrush |
ARect | TdxRectF |
AFormat | TdxGPStringFormat |
See Also