Search Results for

    Show / Hide Table of Contents

    Class CropAnchor

    Defines the horizontal and vertical anchor positions for auto cropping.

    Inheritance
    System.Object
    CropAnchor
    Namespace: PhotoSauce.MagicScaler
    Assembly: PhotoSauce.MagicScaler.dll
    Syntax
    public sealed class CropAnchor : Enum

    Fields

    Bottom

    Preserve the bottom edge of the image.

    Declaration
    public const CropAnchor Bottom
    Field Value
    Type Description
    CropAnchor

    Center

    Crop to the image center.

    Declaration
    public const CropAnchor Center
    Field Value
    Type Description
    CropAnchor

    Left

    Preserve the left edge of the image.

    Declaration
    public const CropAnchor Left
    Field Value
    Type Description
    CropAnchor

    Right

    Preserve the right edge of the image.

    Declaration
    public const CropAnchor Right
    Field Value
    Type Description
    CropAnchor

    Top

    Preserve the top edge of the image.

    Declaration
    public const CropAnchor Top
    Field Value
    Type Description
    CropAnchor

    value__

    Declaration
    public byte value__
    Field Value
    Type Description
    System.Byte
    In This Article
    Back to top Copyright © 2022 Clinton Ingram
    Generated with DocFX