Image Class

Represents the base class for image types, storing the common image parameters shared by all of them.

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

Syntax

C#
public abstract class Image : PipelineElement, IImageParams

Remarks

Bitmap and CompressedImage both derive from this class.

Inheritance Hierarchy

See Also

Reference

Manual