次の方法で共有


FontUnit.Point メソッド

整数値から System.Drawing.Point 型の FontUnit を作成します。

Public Shared Function Point( _
   ByVal n As Integer _) As FontUnit
[C#]
public static FontUnit Point(intn);
[C++]
public: static FontUnit Point(intn);
[JScript]
public static function Point(
   n : int) : FontUnit;

パラメータ

戻り値

n パラメータで指定されたフォント サイズを表す FontUnit

解説

静的な Point メソッドを使用して、 n パラメータで指定されたフォント サイズを表す FontUnit を作成します。

必要条件

プラットフォーム: Windows 2000, Windows XP Professional, Windows Server 2003 ファミリ

参照

FontUnit 構造体 | FontUnit メンバ | System.Web.UI.WebControls 名前空間 | System.Drawing.Point