TextureScaling Constructor |
Namespace: Altaxo.DrawingAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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