IImageDescriptor Interface

Provides the basic set of parameters common to all image types.

Namespace: Aurigma.GraphicsMill
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public interface IImageDescriptor

Remarks

This interface is implemented by IImageParams and by the classes that describe images, such as Frame, ImageReader, and ImageGenerator.

See Also

Reference