BrushXWithTextureOffsetX Method |
Returns a copy of this brush with a different horizontal texture offset.
Namespace: Altaxo.DrawingAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic BrushX WithTextureOffsetX(
double offsetX
)
Parameters
- offsetX Double
- The new horizontal texture offset.
Return Value
BrushXA brush with the updated horizontal texture offset.
See Also