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

n パラメーターで指定したフォント サイズを表す FontUnit 型の Point

注釈

この演算子の同等のメソッドは次のようになります。 FontUnit.Point(Int32)

適用対象

こちらもご覧ください