다음을 통해 공유


RectHelper.GetBottom(Rect) 메서드

정의

지정한 Rect대한 "Bottom" 값을 가져옵니다. Rect Rect아닌 한 "아래쪽"은 Y + Height평가됩니다. C# 코드는 대신 Rect.Bottom 사용해야 합니다.

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

매개 변수

target
Rect

평가할 Rect.

반환

Single

float

평가된 "아래쪽" 값입니다.

적용 대상