Class NativeImageSource

Definition

Namespace:
Tizen.NUI
Assembly:
Tizen.NUI.dll
C#
Copy
public class NativeImageSource : NativeImageInterface
Inheritance

Constructors

View Source

NativeImageSource(UInt32, UInt32, NativeImageSource.ColorDepth)

Declaration
C#
Copy
public NativeImageSource(uint width, uint height, NativeImageSource.ColorDepth depth)
Parameters
Type Name Description
UInt32 width
UInt32 height
NativeImageSource.ColorDepth depth

Methods

View Source

AcquireBuffer(ref Int32, ref Int32, ref Int32)

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

GenerateUrl()

Generate Url from native image source.

Declaration
C#
Copy
public override ImageUrl GenerateUrl()
Returns
Type Description
ImageUrl
Overrides
Remarks

This API should not be called at worker thread.

View Source

ReleaseBuffer()

Declaration
C#
Copy
public bool ReleaseBuffer()
Returns
Type Description
Boolean
View Source

ReleaseSwigCPtr(Runtime.InteropServices.HandleRef)

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

Extension Methods