BrushXWithTextureImage Method |
Returns a copy of this brush with a different texture image.
Namespace: Altaxo.DrawingAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic BrushX WithTextureImage(
ImageProxy textureImage
)
Parameters
- textureImage ImageProxy
- The new texture image.
Return Value
BrushXA brush with the updated texture image.
See Also