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