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