Click or drag to resize

BrushCacheGdiBorrowBrush(BrushXEnv) Method

Borrows a brush for temporary use. Please embed the returned BrushCacheGdiGdiBrush in a using statement, so that it is properly returned to the cache.

Namespace: Altaxo.Graph.Gdi
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public BrushCacheGdiGdiBrush BorrowBrush(
	BrushXEnv b
)

Parameters

b  BrushXEnv
The BrushX in its environment.

Return Value

BrushCacheGdiGdiBrush
A BrushCacheGdiGdiBrush object for temporary use.
See Also