Class PropertyBuffer
Definition
- Assembly:
- Tizen.NUI.dll
PropertyBuffer is a handle to an object that contains a buffer of structured data.
PropertyBuffers can be used to provide data to Geometry objects.
public class PropertyBuffer : BaseHandle, INotifyPropertyChanged, IDisposable
- Inheritance
- Implements
-
System.ComponentModel.INotifyPropertyChangedSystem.IDisposable
Constructors
View SourcePropertyBuffer(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 SourceGetSize()
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