Class NativeImageSource
Definition
- Namespace:
- Tizen.NUI
- Assembly:
- Tizen.NUI.dll
C#Copypublic class NativeImageSource : NativeImageInterface
- Inheritance
Constructors
Declaration
C#Copypublic NativeImageSource(uint width, uint height, NativeImageSource.ColorDepth depth)
Parameters
Type | Name | Description |
---|---|---|
UInt32 | width | |
UInt32 | height | |
NativeImageSource.ColorDepth | depth |
Methods
Declaration
C#Copypublic IntPtr AcquireBuffer(ref int width, ref int height, ref int stride)
Parameters
Type | Name | Description |
---|---|---|
Int32 | width | |
Int32 | height | |
Int32 | stride |
Returns
Type | Description |
---|---|
IntPtr |
Declaration
C#Copypublic override ImageUrl GenerateUrl()
Returns
Type | Description |
---|---|
ImageUrl |
Overrides
Remarks
This API should not be called at worker thread.
Declaration
C#Copypublic bool ReleaseBuffer()
Returns
Type | Description |
---|---|
Boolean |
Declaration
C#Copyprotected override void ReleaseSwigCPtr(Runtime.InteropServices.HandleRef swigCPtr)
Parameters
Type | Name | Description |
---|---|---|
Tizen.System.Runtime.InteropServices.HandleRef | swigCPtr |