AxHost.GetIFontDispFromFont(Font) Metodo

Definizione

Restituisce un oggetto OLE IFontDisp creato dall'oggetto Font specificato.

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

Parametri

font
Font

Il tipo di carattere dal quale creare un oggetto IFontDisp.

Restituisce

Oggetto IFontDisp creato dal tipo di carattere specificato oppure null se font è null.

Eccezioni

Il valore della proprietà Unit non è Point.

Si applica a

Vedi anche