Method GetPngFileType
- Namespace
- PaintDotNet
- Assembly
- PaintDotNet.Data.dll
GetPngFileType(IFileTypesService)
Gets a IFileTypeInfo for the built-in PNG FileType.
public static IFileTypeInfo GetPngFileType(this IFileTypesService service)
Parameters
service
IFileTypesService
Returns
Remarks
The FileType returned by GetInstance() will be castable to IPngFileType.