Click or drag to resize

BrushXWithTextureOffsetY Method

Returns a copy of this brush with a different vertical texture offset.

Namespace: Altaxo.Drawing
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public BrushX WithTextureOffsetY(
	double offsetY
)

Parameters

offsetY  Double
The new vertical texture offset.

Return Value

BrushX
A brush with the updated vertical texture offset.
See Also