Class ItemRange

    Definition

    Namespace:
    Tizen.NUI
    Assembly:
    Tizen.NUI.dll
    public class ItemRange : Disposable
    Inheritance
    object
    Disposable
    ItemRange

    Constructors

    View Source

    ItemRange(uint, uint)

    Declaration
    public ItemRange(uint beginItem, uint endItem)
    Parameters
    Type Name Description
    uint beginItem
    uint endItem
    View Source

    ItemRange(ItemRange)

    Declaration
    public ItemRange(ItemRange copy)
    Parameters
    Type Name Description
    ItemRange copy

    Properties

    View Source

    begin

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

    end

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

    Methods

    View Source

    Assign(ItemRange)

    Declaration
    public ItemRange Assign(ItemRange range)
    Parameters
    Type Name Description
    ItemRange range
    Returns
    Type Description
    ItemRange
    View Source

    Intersection(ItemRange)

    Declaration
    public ItemRange Intersection(ItemRange second)
    Parameters
    Type Name Description
    ItemRange second
    Returns
    Type Description
    ItemRange
    View Source

    ReleaseSwigCPtr(HandleRef)

    Declaration
    protected override void ReleaseSwigCPtr(System.Runtime.InteropServices.HandleRef swigCPtr)
    Parameters
    Type Name Description
    System.Runtime.InteropServices.HandleRef swigCPtr
    Overrides
    Disposable.ReleaseSwigCPtr(System.Runtime.InteropServices.HandleRef)
    View Source

    Within(uint)

    Declaration
    public bool Within(uint itemId)
    Parameters
    Type Name Description
    uint itemId
    Returns
    Type Description
    bool

    Extension Methods

    EXamlExtensions.LoadFromEXaml<T>(T, string)
    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    EXamlExtensions.LoadFromEXamlPath<TXaml>(TXaml, string)
    EXamlExtensions.LoadFromEXamlPath<T>(T, Type)
    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