AxHost.GetIFontDispFromFont(Font) Método

Definição

Retorna um objeto IFontDisp OLE criado do objeto Font especificado.

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

Parâmetros

font
Font

A fonte da qual criar um objeto IFontDisp.

Retornos

O objeto IFontDisp criado da fonte especificada ou null se font for null.

Exceções

O valor da propriedade Unit não é Point.

Aplica-se a

Confira também