Class Extents

Definition

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

Extents class describing the a collection of uint16_t.

C#
Copy
public class Extents : Disposable, IDisposable
Inheritance
object
Extents
Implements
System.IDisposable

Constructors

View Source

Extents()

Constructor.

Declaration
C#
Copy
public Extents()
View Source

Extents(ushort, ushort, ushort, ushort)

Constructor.

Start extent. End extent. Top extent. Bottom extent.
Declaration
C#
Copy
public Extents(ushort start, ushort end, ushort top, ushort bottom)
Parameters
Type Name Description
ushort start
ushort end
ushort top
ushort bottom
View Source

Extents(ExtentsChangedCallback, ushort, ushort, ushort, ushort)

Constructor

Declaration
C#
Copy
public Extents(Extents.ExtentsChangedCallback cb, ushort start, ushort end, ushort top, ushort bottom)
Parameters
Type Name Description
Extents.ExtentsChangedCallback cb
ushort start
ushort end
ushort top
ushort bottom
View Source

Extents(Extents)

Constructor.

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

A reference to the copied Extents.

Fields

View Source

swigCMemOwn

Extents class

Declaration
C#
Copy
protected bool swigCMemOwn
Field Value
Type Description
bool

Properties

View Source

Bottom

The Bottom Extend.

Declaration
C#
Copy
public ushort Bottom { get; set; }
Property Value
Type Description
ushort
View Source

End

The End extend.

Declaration
C#
Copy
public ushort End { get; set; }
Property Value
Type Description
ushort
View Source

Start

The Start extent.

Declaration
C#
Copy
public ushort Start { get; set; }
Property Value
Type Description
ushort
View Source

Top

The Top extend.

Declaration
C#
Copy
public ushort Top { get; set; }
Property Value
Type Description
ushort

Methods

View Source

CopyFrom(Extents)

Copy other extents

Declaration
C#
Copy
public void CopyFrom(Extents that)
Parameters
Type Name Description
Extents that
View Source

Dispose(DisposeTypes)

To make a Extents instance be disposed.

Declaration
C#
Copy
protected override void Dispose(DisposeTypes type)
Parameters
Type Name Description
DisposeTypes type

Extents type

Overrides
View Source

EqualTo(Extents)

Equality operator.

Declaration
C#
Copy
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.

View Source

NotEqualTo(Extents)

Inequality operator.

Declaration
C#
Copy
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