Bagikan melalui


AxHost.GetIFontFromFont(Font) Metode

Definisi

Mengembalikan objek OLE IFont yang dibuat dari objek yang ditentukan Font .

protected:
 static System::Object ^ GetIFontFromFont(System::Drawing::Font ^ font);
protected static object GetIFontFromFont (System.Drawing.Font font);
protected static object? GetIFontFromFont (System.Drawing.Font? font);
static member GetIFontFromFont : System.Drawing.Font -> obj
Protected Shared Function GetIFontFromFont (font As Font) As Object

Parameter

font
Font

Font untuk membuat objek IFont dari.

Mengembalikan

Objek IFont yang dibuat dari font yang ditentukan, atau null jika font adalah null atau IFont tidak dapat dibuat.

Pengecualian

Nilai Unit properti bukan Point.

Berlaku untuk

Lihat juga