ImageGenerator.GraphicsContainer Property

Gets or sets a GraphicsContainer having the elements that should be drawn on the resulting bitmap.

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

Syntax

C#
public GraphicsContainer GraphicsContainer { get; set; }

Property Value

The GraphicsContainer having the elements that should be drawn on the resulting bitmap.

See Also

Reference