Click or drag to resize

BrushXWithTextureScale Method

Returns a copy of this brush with a different texture scaling mode.

Namespace: Altaxo.Drawing
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public BrushX WithTextureScale(
	TextureScaling textureScale
)

Parameters

textureScale  TextureScaling
The new texture scaling mode.

Return Value

BrushX
A brush with the updated texture scaling mode.
See Also