Search Results for

    Show / Hide Table of Contents

    Enum ResizeMode

    A specification for how resizing is done

    Namespace: ImageVault.Common.Data
    Assembly: ImageVault.Common.dll
    Syntax
    public enum ResizeMode

    Fields

    Name Description
    ScaleToFill

    Scales the media to fit inside the specified width and height. Cropping will occur if original and target aspect ratio differs.

    ScaleToFit

    Scales the media fit inside the specified width and height, aspect ratio is kept

    Extension Methods

    EnumExtensions.GetName()
    EnumExtensions.GetNames<ResizeMode>()
    EnumExtensions.GetAttribute<TAttribute>()
    In This Article
    Back to top (c) Meriworks 2002-2022