FontUnit.Implicit(Int32 to FontUnit) 演算子
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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
パラメーターで指定したフォント サイズを表す FontUnit 型の Point。
注釈
この演算子の同等のメソッドは次のようになります。 FontUnit.Point(Int32)