UserProperties.GetPropertyRectangle

GetPropertyRectangle(string)

사각형 속성 값을 가져옵니다.

public virtual RectangleF GetPropertyRectangle(string key)
모수유형설명
keyString속성의 이름입니다.

반환 값

자산 가치.

또한보십시오


GetPropertyRectangle(string, RectangleF)

사각형 속성 값을 가져옵니다. 요청된 속성이 없으면 제공된 기본값을 반환합니다.

public virtual RectangleF GetPropertyRectangle(string key, RectangleF def)
모수유형설명
keyString속성의 이름입니다.
defRectangleF속성의 기본값입니다.

반환 값

자산 가치.

또한보십시오