Click or drag to resize

PenCacheGdiBorrowPen(PenXEnv) Method

Borrows a brush for temporary use. Please embed the returned PenCacheGdiGdiPen 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 PenCacheGdiGdiPen BorrowPen(
	PenXEnv b
)

Parameters

b  PenXEnv
The BrushX in its environment.

Return Value

PenCacheGdiGdiPen
A PenCacheGdiGdiPen object for temporary use.
See Also