C# Class SixLabors.ImageSharp.Textures.MipMap

Represents a MipMap.
Mostra file Open project: SixLabors/ImageSharp.Textures

Public Methods

Method Description
GetImage ( ) : Image

Gets the image at a given mipmap level.

Method Details

GetImage() public abstract method

Gets the image at a given mipmap level.
public abstract GetImage ( ) : Image
return Image