FontUnit.Implicit(Int32 to FontUnit) Operatör

Tanım

Bir tamsayı değerinden örtük olarak bir tür Point oluştururFontUnit.

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

Parametreler

n
Int32

dönüştürülecek değeri temsil eden Point bir FontUnittamsayı.

Döndürülenler

FontUnit Parametresini belirtilen n yazı tipi boyutunu temsil eden türPoint.

Açıklamalar

Bu işlecin eşdeğer yöntemi şudur: FontUnit.Point(Int32)

Şunlara uygulanır

Ayrıca bkz.