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