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