FontUnit.Implicit(Int32 to FontUnit) Operator

Definition

Erstellt implizit einen FontUnit Typ Point aus einem ganzzahligen Wert.

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

Parameter

n
Int32

Eine ganze Zahl, die den Point Zu konvertierenden Wert in eine FontUnit.

Gibt zurück

A FontUnit of type Point that represents the font size specified the n parameter.

Hinweise

Die entsprechende Methode für diesen Operator ist FontUnit.Point(Int32)

Gilt für:

Weitere Informationen