Click or drag to resize

BrushXEnv Constructor

Initializes a new instance of the BrushXEnv struct.

Namespace: Altaxo.Drawing
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public BrushXEnv(
	BrushX brushX,
	RectangleD2D boundingRectangle,
	double effectiveMaximumResolutionDpi
)

Parameters

brushX  BrushX
The brush.
boundingRectangle  RectangleD2D
The bounding rectangle of the brush.
effectiveMaximumResolutionDpi  Double
The effective maximum resolution in dots per inch. Important for repeateable texture brushes only.
See Also