Initializes a new instance of the
BrushXEnv struct.
Namespace: Altaxo.DrawingAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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