Click or drag to resize

BrushXWithTextureOffsetX Method

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

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

Parameters

offsetX  Double
The new horizontal texture offset.

Return Value

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