Click or drag to resize

PenXEnv Constructor

Initializes a new instance of the PenXEnv struct.

Namespace: Altaxo.Drawing
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public PenXEnv(
	PenX penX,
	RectangleD2D boundingRectangle,
	double effectiveMaximumResolutionDpi
)

Parameters

penX  PenX
The pen.
boundingRectangle  RectangleD2D
The bounding rectangle of the pen's brush.
effectiveMaximumResolutionDpi  Double
The effective maximum resolution in dots per inch. Important for repeateable texture brushes only.
See Also