FontUnit.Implicit(Int32 to FontUnit) Betreiber

Definition

Erstellt aus einem Ganzzahlwert implizit eine FontUnit vom Typ 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

Parameter

n
Int32

Eine ganze Zahl, die den Point-Wert darstellt, der in eine FontUnit konvertiert werden soll.

Gibt zurück

Eine FontUnit vom Typ Point, die den vom n-Parameter angegebenen Schriftgrad darstellt.

Hinweise

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

Gilt für:

Weitere Informationen