Class Extents
Definition
- Assembly:
- Tizen.NUI.dll
Extents class describing the a collection of uint16_t.
public class Extents : IDisposable
- Inheritance
-
objectExtents
- Implements
-
System.IDisposable
Constructors
View SourceExtents()
Constructor.
Declaration
public Extents()
Extents(ushort, ushort, ushort, ushort)
Constructor.
Start extent. End extent. Top extent. Bottom extent.Declaration
public Extents(ushort start, ushort end, ushort top, ushort bottom)
Parameters
Type | Name | Description |
---|---|---|
ushort | start | |
ushort | end | |
ushort | top | |
ushort | bottom |
Extents(Extents)
Constructor.
Declaration
public Extents(Extents copy)
Parameters
Type | Name | Description |
---|---|---|
Extents | copy | A reference to the copied Extents. |
Fields
View Sourcedisposed
A Flat to check if it is already disposed.
Declaration
protected bool disposed
Field Value
Type | Description |
---|---|
bool |
swigCMemOwn
Extents class
Declaration
protected bool swigCMemOwn
Field Value
Type | Description |
---|---|
bool |
Properties
View SourceBottom
The Bottom Extend.
Declaration
public ushort Bottom { get; set; }
Property Value
Type | Description |
---|---|
ushort |
End
The End extend.
Declaration
public ushort End { get; set; }
Property Value
Type | Description |
---|---|
ushort |
Start
The Start extent.
Declaration
public ushort Start { get; set; }
Property Value
Type | Description |
---|---|
ushort |
Top
The Top extend.
Declaration
public ushort Top { get; set; }
Property Value
Type | Description |
---|---|
ushort |
Methods
View SourceDispose()
To make a Extents instance be disposed.
Declaration
public void Dispose()
Dispose(DisposeTypes)
To make a Extents instance be disposed.
Declaration
protected virtual void Dispose(DisposeTypes type)
Parameters
Type | Name | Description |
---|---|---|
DisposeTypes | type | Extents type |
EqualTo(Extents)
Equality operator.
Declaration
public bool EqualTo(Extents rhs)
Parameters
Type | Name | Description |
---|---|---|
Extents | rhs | The Extents to test against. |
Returns
Type | Description |
---|---|
bool | True if the extents are not equal. |
~Extents()
Destructor.
Declaration
protected ~Extents()
NotEqualTo(Extents)
Inequality operator.
Declaration
public bool NotEqualTo(Extents rhs)
Parameters
Type | Name | Description |
---|---|---|
Extents | rhs | The Extents to test against. |
Returns
Type | Description |
---|---|
bool | True if the extents are not equal. |
Implements
System.IDisposable