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.3572.0 (4.8.3572.0)
Syntax
C#
public TextureScaling WithSourceAspectRatioPreserving(
	AspectRatioPreservingMode aspectPreserving
)

Parameters

aspectPreserving  AspectRatioPreservingMode
The aspect ratio preserving mode.

Return Value

TextureScaling
A new TextureScaling instance with the updated aspect ratio mode.
See Also