Click or drag to resize

BrushCacheGdiGdiBrush   Conversion (BrushCacheGdiGdiBrush to Brush)

Performs an implicit conversion from BrushCacheGdiGdiBrush to Brush.

Namespace: Altaxo.Graph.Gdi
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static implicit operator Brush (
	BrushCacheGdiGdiBrush brush
)

Parameters

brush  BrushCacheGdiGdiBrush
The BrushCacheGdiGdiBrush object to convert.

Return Value

Brush
The Brush object.
See Also