Click or drag to resize

TextureScaling Constructor

Initializes a new instance of the TextureScaling struct.

Namespace: Altaxo.Drawing
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public TextureScaling(
	TextureScalingMode mode,
	AspectRatioPreservingMode aspectPreserving,
	double x,
	double y
)

Parameters

mode  TextureScalingMode
The scaling mode.
aspectPreserving  AspectRatioPreservingMode
The aspect preserving mode.
x  Double
The x parameter. See X for explanations.
y  Double
The y parameter. See Y for explanations.
See Also