Class EmbeddedItemInfo

Definition

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

Class with info of the embedded items layout.

C#
Copy
public class EmbeddedItemInfo : Disposable
Inheritance
EmbeddedItemInfo

Constructors

View Source

EmbeddedItemInfo()

Construct EmbeddedItemInfo

Declaration
C#
Copy
public EmbeddedItemInfo()

Properties

View Source

Angle

Rotation angle of the pixel buffer in degrees.

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

CharacterIndex

Index to the character within the string.

Declaration
C#
Copy
public uint CharacterIndex { get; set; }
Property Value
Type Description
UInt32
View Source

ColorBlendingMode

Whether the color of the image is multiplied by the color of the text.

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

GlyphIndex

Index to the glyph

Declaration
C#
Copy
public uint GlyphIndex { get; set; }
Property Value
Type Description
UInt32
View Source

Position

The layout position within the buffer (top, left corner).

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

RotatedSize

The rotated size within the buffer of the embedded item.

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

Size

The size within the buffer of the embedded item.

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

Methods

View Source

ReleaseSwigCPtr(Runtime.InteropServices.HandleRef)

Dispose

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

Extension Methods