BrushXWithTextureScale Method |
Returns a copy of this brush with a different texture scaling mode.
Namespace: Altaxo.DrawingAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic BrushX WithTextureScale(
TextureScaling textureScale
)
Parameters
- textureScale TextureScaling
- The new texture scaling mode.
Return Value
BrushXA brush with the updated texture scaling mode.
See Also