AspectRatioPreservingMode Enumeration |
Designates whether the aspect ratio of an image or a texture should be preserved.
Namespace: Altaxo.DrawingAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public enum AspectRatioPreservingMode
Members Member name | Value | Description |
---|
None | 0 | Aspect ratio is not preserved. |
PreserveXPriority | 1 | Aspect ratio is preserved. The horizontal size or scaling is used to calculate the final size. |
PreserveYPriority | 2 | Aspect ratio is preserved. The vertical size or scaling is used to calculate the final size. |
See Also