Class GeometryExtensions
Inheritance
System.Object
GeometryExtensions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Tizen.UIExtensions.NUI
Assembly: Tizen.UIExtensions.NUI.dll
Syntax
public static class GeometryExtensions
Methods
GetBounds(NUI.BaseComponents.View)
Declaration
public static Rect GetBounds(this NUI.BaseComponents.View view)
Parameters
Type | Name | Description |
---|---|---|
Tizen.NUI.BaseComponents.View | view |
Returns
Type | Description |
---|---|
Rect |
UpdateBounds(NUI.BaseComponents.View, Rect)
Declaration
public static void UpdateBounds(this NUI.BaseComponents.View view, Rect bounds)
Parameters
Type | Name | Description |
---|---|---|
Tizen.NUI.BaseComponents.View | view | |
Rect | bounds |
UpdatePosition(NUI.BaseComponents.View, Point)
Declaration
public static void UpdatePosition(this NUI.BaseComponents.View view, Point position)
Parameters
Type | Name | Description |
---|---|---|
Tizen.NUI.BaseComponents.View | view | |
Point | position |
UpdateSize(NUI.BaseComponents.View, Size)
Declaration
public static void UpdateSize(this NUI.BaseComponents.View view, Size size)
Parameters
Type | Name | Description |
---|---|---|
Tizen.NUI.BaseComponents.View | view | |
Size | size |