FromImage<TPixel>(Image<TPixel>)

Method

Namespace: Imagini.ImageSharp

Declared in: Imagini.ImageSharp.SurfaceFactory


Creates a RGBA8888 surface from the specified Image object.

Syntax

public static Surface FromImage<TPixel>(
	Image<TPixel> image
)

Back to index