SizeF.Width 속성

정의

SizeF 구조체의 가로 구성 요소를 가져오거나 설정합니다.

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

SizeF 구조체의 가로 구성 요소로, 대개 픽셀 단위입니다.

설명

구조체 Height WidthSizeF 단위는 그리는 데 사용되는 개체의 PageUnit Graphics 설정 및 PageScale 설정에 따라 달라집니다.

적용 대상