Class Extents
Definition
- Namespace:
- Tizen.NUI
- Assembly:
- Tizen.NUI.dll
- API Level:
- 4
Extents class describing the a collection of uint16_t.
C#Copypublic class Extents : Disposable, IDisposable, ICloneable
- Inheritance
- Implements
-
System.IDisposableSystem.ICloneable
Constructors
Declaration
C#Copypublic Extents()
API Level: 4
View Source
Extents(UInt16, UInt16, UInt16, UInt16)
Constructor. Start extent. End extent. Top extent. Bottom extent.
Declaration
C#Copypublic Extents(ushort start, ushort end, ushort top, ushort bottom)
Parameters
Type | Name | Description |
---|---|---|
System.UInt16 | start | |
System.UInt16 | end | |
System.UInt16 | top | |
System.UInt16 | bottom |
API Level: 4
Declaration
C#Copypublic Extents(Extents copy)
Parameters
Type | Name | Description |
---|---|---|
Extents | copy | A reference to the copied Extents. |
API Level: 4
Declaration
C#Copypublic Extents(Extents.ExtentsChangedCallback cb, ushort start, ushort end, ushort top, ushort bottom)
Parameters
Type | Name | Description |
---|---|---|
Extents.ExtentsChangedCallback | cb | |
System.UInt16 | start | |
System.UInt16 | end | |
System.UInt16 | top | |
System.UInt16 | bottom |
API Level: Only used by Tizen.NUI.Components, will not be opened
Properties
Declaration
C#Copypublic ushort Bottom { get; [Obsolete("Do not use this setter, that is deprecated in API8 and will be removed in API10. Use new Extents(...) constructor")] set; }
Property Value
Type | Description |
---|---|
System.UInt16 |
Remarks
The setter is deprecated in API8 and will be removed in API10. Use new Extents(...) constructor.
API Level: 4
Declaration
C#Copypublic ushort End { get; [Obsolete("Do not use this setter, that is deprecated in API8 and will be removed in API10. Use new Extents(...) constructor")] set; }
Property Value
Type | Description |
---|---|
System.UInt16 |
Remarks
The setter is deprecated in API8 and will be removed in API10. Use new Extents(...) constructor.
API Level: 4
Declaration
C#Copypublic ushort Start { get; [Obsolete("Do not use this setter, that is deprecated in API8 and will be removed in API10. Use new Extents(...) constructor")] set; }
Property Value
Type | Description |
---|---|
System.UInt16 |
Remarks
The setter is deprecated in API8 and will be removed in API10. Ue new Extents(...) constructor.
API Level: 4
Declaration
C#Copypublic ushort Top { get; [Obsolete("Do not use this setter, that is deprecated in API8 and will be removed in API10. Use new Extents(...) constructor")] set; }
Property Value
Type | Description |
---|---|
System.UInt16 |
Remarks
The setter is deprecated in API8 and will be removed in API10. Use new Extents(...) constructor.
API Level: 4
Methods
Declaration
C#Copypublic void CopyFrom(Extents that)
Parameters
Type | Name | Description |
---|---|---|
Extents | that |
Exceptions
Type | Condition |
---|---|
System.ArgumentNullException | Thrown when that is null. |
API Level: Only used by Tizen.NUI.Components, will not be opened
Declaration
C#Copypublic bool EqualTo(Extents rhs)
Parameters
Type | Name | Description |
---|---|---|
Extents | rhs | The Extents to test against. |
Returns
Type | Description |
---|---|
Boolean | True if the extents are not equal. |
API Level: 4
Declaration
C#Copypublic bool NotEqualTo(Extents rhs)
Parameters
Type | Name | Description |
---|---|---|
Extents | rhs | The Extents to test against. |
Returns
Type | Description |
---|---|
Boolean | True if the extents are not equal. |
API Level: 4
Implements
System.IDisposable
System.ICloneable