FromFile(string)

Method

Namespace: Imagini.ImageSharp

Declared in: Imagini.ImageSharp.SurfaceFactory


Creates a RGBA8888 surface by loading a file from the specified path.

Syntax

public static Surface FromFile(
	string path
)

Back to index