Search Results for

    Show / Hide Table of Contents

    Class OutpaintSides

    Inheritance
    object
    OutpaintSides
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Glitch9.AIDevKit
    Assembly: Glitch9.AIDevKit.Provider.Stability.dll
    Syntax
    public sealed class OutpaintSides

    Properties

    | Edit this page View Source

    Down

    Optional. The number of pixels to outpaint on the bottom of the image. At least one outpainting direction must be supplied with a non-zero value. Range 0 to 2000. Default 0.

    Declaration
    public int? Down { get; set; }
    Property Value
    Type Description
    int?
    | Edit this page View Source

    Left

    Optional. The number of pixels to outpaint on the left side of the image. At least one outpainting direction must be supplied with a non-zero value. Range 0 to 2000. Default 0.

    Declaration
    public int? Left { get; set; }
    Property Value
    Type Description
    int?
    | Edit this page View Source

    Right

    Optional. The number of pixels to outpaint on the right side of the image. At least one outpainting direction must be supplied with a non-zero value. Range 0 to 2000. Default 0.

    Declaration
    public int? Right { get; set; }
    Property Value
    Type Description
    int?
    | Edit this page View Source

    Up

    Optional. The number of pixels to outpaint on the top of the image. At least one outpainting direction must be supplied with a non-zero value. Range 0 to 2000. Default 0.

    Declaration
    public int? Up { get; set; }
    Property Value
    Type Description
    int?

    Extension Methods

    ArrayExtensions.ToArrayOrEmpty<T>(T)
    ArrayExtensions.ToArrayOrNull<T>(T)
    EventExtensions.ToDelta<T>(T, string, int, string, bool)
    EventExtensions.ToDone<T>(T, string, int, string)
    EventExtensions.ToEvent<T>(T)
    EventExtensions.UpcastDelta<T1, T2>(T1, string, int, string, bool)
    FallbackExtensions.IsOr<TParent, TChild>(TParent, TChild)
    ResponseCastingExtensions.GetResult<T>(T)
    SystemExtensions.GetName(object)
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation