This documentation is for the old version. Go to the latest Graphics Mill docs

LibraryModuleAbstract Class

This is a base class for all the classes representing Graphics Mill modules.

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

Syntax

Visual Basic
Public Class LibraryModuleAbstract _
	Implements IDisposable
C#
public class LibraryModuleAbstract : IDisposable

Remarks

LibraryModuleAbstract is an abstract class which implements common functionality Graphics Mill modules. You cannot instantiate objects of this class directly.

Inheritance Hierarchy

See Also

Reference