Click or drag to resize

AspectRatioPreservingMode Enumeration

Designates whether the aspect ratio of an image or a texture should be preserved.

Namespace: Altaxo.Drawing
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public enum AspectRatioPreservingMode
Members
Member nameValueDescription
None0Aspect ratio is not preserved.
PreserveXPriority1Aspect ratio is preserved. The horizontal size or scaling is used to calculate the final size.
PreserveYPriority2Aspect ratio is preserved. The vertical size or scaling is used to calculate the final size.
See Also