Aspose::Page::EPS::Device::PdfDevice::DrawString method
PdfDevice::DrawString method
Draws a string at given point.
void Aspose::Page::EPS::Device::PdfDevice::DrawString(System::String str, double x, double y) override
| Parameter | Type | Description | 
|---|---|---|
| str | System::String | A string to be drawn. | 
| x | double | X coordinate of point. | 
| y | double | Y coordinate of point. | 
See Also
- Class String
 - Class PdfDevice
 - Namespace Aspose::Page::EPS::Device
 - Library Aspose.Page for C++