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