Property ImagingFactory
- Namespace
- PaintDotNet.Effects.Gpu
- Assembly
- PaintDotNet.Effects.Core.dll
ImagingFactory
Gets a reference to the IImagingFactory.
IImagingFactory ImagingFactory { get; }
Property Value
Remarks
This can also be retrieved by calling this.Services.GetService<IImagingFactory>()
.