Aspose::Page::EPS::Device::PdfDevice::Rotate method

PdfDevice::Rotate method

Rotate the current transform over the Z-axis. Calls writeTransform(Transform). Rotating with a positive angle theta rotates points on the positive x axis toward the positive y axis.

void Aspose::Page::EPS::Device::PdfDevice::Rotate(double theta) override
ParameterTypeDescription
thetadoubleradians over which to rotate

See Also