RectHelper.GetBottom(Rect) Method

Definition

Gets a "Bottom" value for the specified Rect. So long as the Rect is not the Empty Rect, "Bottom" is evaluated as Y + Height. C# and Microsoft Visual Basic code should use Rect.Bottom instead.

public:
 static float GetBottom(Rect target);
 static float GetBottom(Rect const& target);
public static float GetBottom(Rect target);
function getBottom(target)
Public Shared Function GetBottom (target As Rect) As Single

Parameters

target
Rect

The Rect to evaluate.

Returns

Single

float

The evaluated "Bottom" value.

Applies to