Click or drag to resize

BrushXWithTextureImage Method

Returns a copy of this brush with a different texture image.

Namespace: Altaxo.Drawing
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public BrushX WithTextureImage(
	ImageProxy textureImage
)

Parameters

textureImage  ImageProxy
The new texture image.

Return Value

BrushX
A brush with the updated texture image.
See Also