Click or drag to resize

TextureScalingWithScalingMode Method

Returns a new TextureScaling instance with the ScalingMode value set to the provided value.

Namespace: Altaxo.Drawing
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public TextureScaling WithScalingMode(
	TextureScalingMode scalingMode
)

Parameters

scalingMode  TextureScalingMode
The scaling mode, i.e. how the texture image should be scaled.

Return Value

TextureScaling
A new TextureScaling instance with the updated scaling mode.
See Also