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.3179.0 (4.8.3179.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

[Missing <returns> documentation for "M:Altaxo.Drawing.TextureScaling.WithScalingMode(Altaxo.Drawing.TextureScalingMode)"]

See Also