Form.GetAutoScaleSize(Font) Método

Definición

Precaución

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

Precaución

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

Obtiene el tamaño cuando el tamaño del formulario se ajusta automáticamente en función de una fuente especificada.

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

Parámetros

font
Font

Font que representa la fuente para determinar el tamaño al que se ajustará el formulario automáticamente.

Devoluciones

SizeF que representa el tamaño del formulario ajustado de forma automática.

Atributos

Comentarios

Importante

El GetAutoScaleSize método está obsoleto a partir de .NET Framework 2.0. Este miembro se ha conservado por motivos de compatibilidad con versiones anteriores. Para obtener más información sobre el escalado automático, consulte Escalado automático en Windows Forms.

Puede usar este método para determinar el tamaño que un formulario escalaría automáticamente para una fuente específica antes de aplicar la fuente al formulario. Si desea determinar el tamaño de un formulario se escala automáticamente en función de la fuente asignada actualmente al formulario, use la AutoScaleBaseSize propiedad .

Se aplica a

Consulte también