Table of Contents

Method LoadFileAsBitmapBgra32

Namespace
PaintDotNet
Assembly
PaintDotNet.Data.dll

LoadFileAsBitmapBgra32(IFileTypesService, string)

Loads a Document and returns an IBitmap with its flattened content.

public static IBitmap<ColorBgra32> LoadFileAsBitmapBgra32(this IFileTypesService service, string filePath)

Parameters

service IFileTypesService
filePath string

Returns

IBitmap<ColorBgra32>