Click or drag to resize

TextureScalingWithSourceAspectRatioPreserving Method

Returns a new TextureScaling instance with the SourceAspectRatioPreserving 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 WithSourceAspectRatioPreserving(
	AspectRatioPreservingMode aspectPreserving
)

Parameters

aspectPreserving  AspectRatioPreservingMode
The aspect ratio preserving mode.

Return Value

TextureScaling

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

See Also