Class Window.SafeNativeWindowHandle
Definition
- Namespace:
- Tizen.NUI
- Assembly:
- Tizen.NUI.dll
- API Level:
- 4
Contains and encapsulates Native Window handle.
public class SafeNativeWindowHandle : SafeHandle, IDisposable
- Inheritance
- Implements
Constructors
View SourceSafeNativeWindowHandle()
Contructor, Native window handle is set to handle.
Declaration
public SafeNativeWindowHandle()
API Level: 4
Properties
View SourceIsInvalid
Null check if the handle is valid or not.
Declaration
public override bool IsInvalid { get; }
Property Value
Type | Description |
---|---|
Boolean |
Overrides
API Level: 4
Methods
View SourceReleaseHandle()
Release handle itself.
Declaration
protected override bool ReleaseHandle()
Returns
Type | Description |
---|---|
Boolean | true when released successfully. |