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