Aspose::Page::EPS::Device::PdfDevice::DrawString 方法
PdfDevice::DrawString method
在给定点绘制字符串。
void Aspose::Page::EPS::Device::PdfDevice::DrawString(System::String str, double x, double y) override
| Parameter | Type | 描述 |
|---|---|---|
| str | System::String | 要绘制的字符串。 |
| x | double | 点的 X 坐标。 |
| y | double | 点的 Y 坐标。 |
另见
- Class String
- Class PdfDevice
- Namespace Aspose::Page::EPS::Device
- Library Aspose.Page for C++