TilingBrush.Content Property

Gets the GraphicsContainer that draws the tile.

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

Syntax

C#
public GraphicsContainer Content { get; }

Property Value

The GraphicsContainer that draws the tile. Use Graphics to draw into it.

See Also

Reference