整数値から 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 に変換する System.Drawing.Point 値を表す整数。
戻り値
n パラメータで指定されたフォント サイズを表す FontUnit 。
解説
静的な Point メソッドを使用して、 n パラメータで指定されたフォント サイズを表す FontUnit を作成します。
必要条件
プラットフォーム: Windows 2000, Windows XP Professional, Windows Server 2003 ファミリ
参照
FontUnit 構造体 | FontUnit メンバ | System.Web.UI.WebControls 名前空間 | System.Drawing.Point