Form.GetAutoScaleSize(Font) Metodo

Definizione

Attenzione

This method has been deprecated. Use the AutoScaleDimensions property instead. http://go.microsoft.com/fwlink/?linkid=14202

Attenzione

This method has been deprecated. Use the AutoScaleDimensions property instead. https://go.microsoft.com/fwlink/?linkid=14202

Ottiene le dimensioni durante il ridimensionamento automatico del form in base a un tipo di carattere specifico.

public:
 static System::Drawing::SizeF GetAutoScaleSize(System::Drawing::Font ^ font);
public static System.Drawing.SizeF GetAutoScaleSize (System.Drawing.Font font);
[System.Obsolete("This method has been deprecated. Use the AutoScaleDimensions property instead.  http://go.microsoft.com/fwlink/?linkid=14202")]
public static System.Drawing.SizeF GetAutoScaleSize (System.Drawing.Font font);
[System.Obsolete("This method has been deprecated. Use the AutoScaleDimensions property instead.  https://go.microsoft.com/fwlink/?linkid=14202")]
public static System.Drawing.SizeF GetAutoScaleSize (System.Drawing.Font font);
static member GetAutoScaleSize : System.Drawing.Font -> System.Drawing.SizeF
[<System.Obsolete("This method has been deprecated. Use the AutoScaleDimensions property instead.  http://go.microsoft.com/fwlink/?linkid=14202")>]
static member GetAutoScaleSize : System.Drawing.Font -> System.Drawing.SizeF
[<System.Obsolete("This method has been deprecated. Use the AutoScaleDimensions property instead.  https://go.microsoft.com/fwlink/?linkid=14202")>]
static member GetAutoScaleSize : System.Drawing.Font -> System.Drawing.SizeF
Public Shared Function GetAutoScaleSize (font As Font) As SizeF

Parametri

font
Font

Oggetto Font che rappresenta il tipo di carattere da usare per determinare le dimensioni di base per il ridimensionamento del form.

Restituisce

Oggetto SizeF che rappresenta le dimensioni del form dopo il ridimensionamento automatico.

Attributi

Commenti

Importante

Il GetAutoScaleSize metodo è obsoleto a partire da .NET Framework 2.0. Questo membro è stato mantenuto per la compatibilità con le versioni precedenti. Per altre informazioni sulla scalabilità automatica, vedere Ridimensionamento automatico in Windows Forms.

È possibile usare questo metodo per determinare le dimensioni di un modulo in modo da ridimensionare automaticamente per un tipo di carattere specifico prima di applicare il tipo di carattere al modulo. Se si vuole determinare le dimensioni di un modulo viene ridimensionato automaticamente in base al tipo di carattere attualmente assegnato al modulo, usare la AutoScaleBaseSize proprietà .

Si applica a

Vedi anche