FontUnit.Point(Int32) 메서드

정의

정수 값에서 FontUnit 형식의 Point을 만듭니다.

public:
 static System::Web::UI::WebControls::FontUnit Point(int n);
public static System.Web.UI.WebControls.FontUnit Point (int n);
static member Point : int -> System.Web.UI.WebControls.FontUnit
Public Shared Function Point (n As Integer) As FontUnit

매개 변수

n
Int32

Point로 변환할 FontUnit 값을 나타내는 정수입니다.

반환

FontUnit

n 매개 변수로 지정한 글꼴 크기를 나타내는 FontUnit을 반환합니다.

설명

정적 Point 메서드를 사용하여 매개 변수에 FontUnit 지정된 n 글꼴 크기를 나타내는 값을 만듭니다.

적용 대상

추가 정보