Share via


RectHelper.GetLeft(Rect) 메서드

정의

지정된 Rect의 "Left" 값을 가져옵니다. 가 Rect비어Rect 있지 않으면 "Left"는 로 X평가됩니다. C# 코드는 Rect.Left 를 대신 사용해야 합니다.

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

매개 변수

target
Rect

평가할 Rect 입니다.

반환

Single

float

평가된 "Left" 값입니다.

적용 대상