Class ItemRange

Definition

Namespace:
Tizen.NUI
Assembly:
Tizen.NUI.dll
C#
Copy
public class ItemRange : Disposable
Inheritance
ItemRange

Constructors

View Source

ItemRange(UInt32, UInt32)

Declaration
C#
Copy
public ItemRange(uint beginItem, uint endItem)
Parameters
Type Name Description
UInt32 beginItem
UInt32 endItem
View Source

ItemRange(ItemRange)

Declaration
C#
Copy
public ItemRange(ItemRange copy)
Parameters
Type Name Description
ItemRange copy

Properties

View Source

begin

Declaration
C#
Copy
public uint begin { get; set; }
Property Value
Type Description
UInt32
Declaration
C#
Copy
public uint end { get; set; }
Property Value
Type Description
UInt32

Methods

View Source

Assign(ItemRange)

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

Intersection(ItemRange)

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

ReleaseSwigCPtr(Runtime.InteropServices.HandleRef)

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

Within(UInt32)

Declaration
C#
Copy
public bool Within(uint itemId)
Parameters
Type Name Description
UInt32 itemId
Returns
Type Description
Boolean

Extension Methods