FontUnit.Implicit(Int32 to FontUnit) 연산자

정의

정수 값에서 FontUnit 형식의 Point을 암시적으로 만듭니다.

public:
 static operator System::Web::UI::WebControls::FontUnit(int n);
public static implicit operator System.Web.UI.WebControls.FontUnit (int n);
static member op_Implicit : int -> System.Web.UI.WebControls.FontUnit
Public Shared Widening Operator CType (n As Integer) As FontUnit

매개 변수

n
Int32

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

반환

n 매개 변수에서 지정한 글꼴 크기를 나타내는 FontUnit 형식의 Point을 반환합니다.

설명

이 연산자에 대 한 해당 메서드는 FontUnit.Point(Int32)

적용 대상

추가 정보