RectangleF.Width 속성

정의

RectangleF 구조체의 너비를 가져오거나 설정합니다.

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

속성 값

Single

RectangleF 구조체의 너비입니다. 기본값은 0입니다.

적용 대상