Class PropertyBuffer

    Definition

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

    PropertyBuffer is a handle to an object that contains a buffer of structured properties.
    PropertyBuffers can be used to provide data to Geometry objects.

    public class PropertyBuffer : BaseHandle, INotifyPropertyChanged, IDisposable
    Inheritance
    object
    Tizen.NUI.Binding.BindableObject
    Tizen.NUI.Binding.Element
    BaseHandle
    PropertyBuffer
    Implements
    System.ComponentModel.INotifyPropertyChanged
    System.IDisposable

    Constructors

    View Source

    PropertyBuffer(PropertyMap)

    Creates a PropertyBuffer.

    Declaration
    public PropertyBuffer(PropertyMap bufferFormat)
    Parameters
    Type Name Description
    PropertyMap bufferFormat

    The map of names and types that describes the components of the buffer.

    Methods

    View Source

    Dispose(DisposeTypes)

    Dispose.

    Declaration
    protected override void Dispose(DisposeTypes type)
    Parameters
    Type Name Description
    DisposeTypes type
    Overrides
    BaseHandle.Dispose(DisposeTypes)
    View Source

    GetSize()

    Gets the number of elements in the buffer.

    Declaration
    public uint GetSize()
    Returns
    Type Description
    uint

    Number of elements to expand or contract the buffer.

    Implements

    System.ComponentModel.INotifyPropertyChanged
    System.IDisposable
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX