Form.GetAutoScaleSize(Font) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
注意事項
This method has been deprecated. Use the AutoScaleDimensions property instead. http://go.microsoft.com/fwlink/?linkid=14202
注意事項
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);
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
パラメーター
戻り値
フォームを自動スケールした後のサイズを表す SizeF。
- 属性
注釈
重要
メソッドはGetAutoScaleSize、.NET Framework 2.0 以降では廃止されています。 このメンバーは、下位互換性のために保持されています。 自動スケーリングの詳細については、「Windows フォームでの自動スケーリング」を参照してください。
このメソッドを使用すると、フォームにフォントを適用する前に、特定のフォントに対してフォームが自動スケーリングするサイズを決定できます。 フォームに現在割り当てられているフォントに基づいてフォームの自動スケーリングのサイズを決定する場合は、 プロパティを AutoScaleBaseSize 使用します。
適用対象
こちらもご覧ください
.NET