GraphicsContainer Class

Represents a graphics metafile. Such containers can include composite vector images, bitmaps, and texts. They can be drawn on bitmaps, combined with each other, and used as start points of Pipeline. You can find examples in the Understanding Image Processing Approaches in Graphics Mill topic.

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

Syntax

C#
public sealed class GraphicsContainer : IDisposable

Inheritance Hierarchy

System.Object
L Aurigma.GraphicsMill.AdvancedDrawing.GraphicsContainer

See Also

Reference

Manual