RectangleF.Y 속성

정의

RectangleF 구조체의 왼쪽 위 모퉁이의 y좌표를 가져오거나 설정합니다.

public:
 property float Y { float get(); void set(float value); };
public float Y { get; set; }
member this.Y : single with get, set
Public Property Y As Single

속성 값

RectangleF 구조체의 왼쪽 위 모퉁이의 y좌표입니다. 기본값은 0입니다.

적용 대상