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.

반품

FontUnit 매개 변수를 지정한 글꼴 크기를 나타내는 형식 Point 입니다n.

설명

이 연산자에 해당하는 메서드는 다음과 같습니다. FontUnit.Point(Int32)

적용 대상

추가 정보