[]
Gets the rotation angle of the current LayoutRect from the standpoint of the targetRect
.
public int GetAngleRelativeTo(LayoutRect targetRect)
Public Function GetAngleRelativeTo(targetRect As LayoutRect) As Integer
Type | Name | Description |
---|---|---|
LayoutRect | targetRect | A LayoutRect which defines the base angle or null to reference the owner LayoutView. |
Type | Description |
---|---|
int | The relative angle, in degrees. |