Aspose::Page::EPS::Device::PdfDevice::SetClip method

PdfDevice::SetClip method

Specifies the clip of the device.

void Aspose::Page::EPS::Device::PdfDevice::SetClip(System::SharedPtr<System::Drawing::Drawing2D::GraphicsPath> clipPath) override
ParameterTypeDescription
clipPathSystem::SharedPtr<System::Drawing::Drawing2D::GraphicsPath>A clipping path.

See Also