Struct TextureUploadProperties

    Definition

    Namespace:
    Tizen.NUI
    Assembly:
    Tizen.NUI.dll

    Structure to define properties for texture upload

    public struct TextureUploadProperties

    Properties

    View Source

    Height

    height of the rectangular area in the texture that will be updated.

    Declaration
    public uint Height { readonly get; set; }
    Property Value
    Type Description
    uint
    View Source

    Layer

    The layer of a cube map or array texture.

    Declaration
    public uint Layer { readonly get; set; }
    Property Value
    Type Description
    uint
    View Source

    Mipmap

    The level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image.

    Declaration
    public uint Mipmap { readonly get; set; }
    Property Value
    Type Description
    uint
    View Source

    Width

    The width of the rectangular area in the texture that will be updated.

    Declaration
    public uint Width { readonly get; set; }
    Property Value
    Type Description
    uint
    View Source

    XOffset

    The horizontal offset of the rectangular area in the texture that will be updated.

    Declaration
    public uint XOffset { readonly get; set; }
    Property Value
    Type Description
    uint
    View Source

    YOffset

    The vertical offset of the rectangular area in the texture that will be updated.

    Declaration
    public uint YOffset { readonly get; set; }
    Property Value
    Type Description
    uint

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, Type)
    Extensions.LoadFromXamlFile<TXaml>(TXaml, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX