Click or drag to resize

PenCacheGdiGdiPen Constructor

Initializes a new instance of the PenCacheGdiGdiPen class.

Namespace: Altaxo.Graph.Gdi
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public GdiPen(
	PenXEnv key,
	PenCacheGdi cache
)

Parameters

key  PenXEnv
The PenX object in its environment.
cache  PenCacheGdi
The cache that manages this object.
See Also