Table of Contents

Enum ImageResizeMode

Namespace
Myra.Graphics2D.UI
Assembly
Myra.dll

Specifies how an image is resized to fit available space.

public enum ImageResizeMode

Fields

KeepAspectRatio = 1

Resize the image while maintaining its aspect ratio.

Stretch = 0

Stretch the image to fill available space without preserving aspect ratio.