Click or drag to resize

BrushCacheGdiGdiBrush Constructor

Initializes a new instance of the BrushCacheGdiGdiBrush class.

Namespace: Altaxo.Graph.Gdi
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public GdiBrush(
	BrushXEnv key,
	BrushCacheGdi cache
)

Parameters

key  BrushXEnv
The BrushX object in its environment.
cache  BrushCacheGdi
The cache that manages this object.
See Also