Stride

OPEN / CLOSE
  • Features
  • Blog
  • Documentation
  • Community
(icon) Download

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

OPEN / CLOSE
  • English
  • 日本語
    Show / Hide Table of Contents

    UIBatch.UIImageDrawInfo Struct

    Namespace: Stride.Graphics
    Assembly: Stride.Graphics.dll

    public struct UIImageDrawInfo
    Name Description
    Fields
    BorderSize

    X = Left, Y = Top, Z = Right, W = Bottom

    ColorAdd
    ColorScale
    DepthBias
    LeftTopCornerWorld
    Primitive
    SnapImage
    Source
    Swizzle
    UnitXWorld
    UnitYWorld
    UnitZWorld
    VertexShift

    X = Left, Y = Top, Z = Right, W = Bottom

    | Improve this Doc View Source

    Fields


    BorderSize

    X = Left, Y = Top, Z = Right, W = Bottom

    public Vector4 BorderSize
    Field Value
    Type Description
    Vector4

    ColorAdd

    public Color ColorAdd
    Field Value
    Type Description
    Color

    ColorScale

    public Color ColorScale
    Field Value
    Type Description
    Color

    DepthBias

    public int DepthBias
    Field Value
    Type Description
    System.Int32

    LeftTopCornerWorld

    public Vector4 LeftTopCornerWorld
    Field Value
    Type Description
    Vector4

    Primitive

    public UIBatch.PrimitiveType Primitive
    Field Value
    Type Description
    UIBatch.PrimitiveType

    SnapImage

    public bool SnapImage
    Field Value
    Type Description
    System.Boolean

    Source

    public RectangleF Source
    Field Value
    Type Description
    RectangleF

    Swizzle

    public SwizzleMode Swizzle
    Field Value
    Type Description
    SwizzleMode

    UnitXWorld

    public Vector4 UnitXWorld
    Field Value
    Type Description
    Vector4

    UnitYWorld

    public Vector4 UnitYWorld
    Field Value
    Type Description
    Vector4

    UnitZWorld

    public Vector4 UnitZWorld
    Field Value
    Type Description
    Vector4

    VertexShift

    X = Left, Y = Top, Z = Right, W = Bottom

    public Vector4 VertexShift
    Field Value
    Type Description
    Vector4

    Inherited Members

    System.ValueType.Equals(System.Object)
    System.ValueType.GetHashCode()
    System.ValueType.ToString()

    Extension Methods

    ComponentBaseExtensions.DisposeBy<T>(T, ICollectorHolder)
    ComponentBaseExtensions.RemoveDisposeBy<T>(T, ICollectorHolder)
    • Improve this Doc
    • View Source
    In This Article

    Back to top

    Copyright © 2019-2021 .NET Foundation and Contributors
    Supported by the .NET Foundation