Share via


FontUnit.Point(Int32) 方法

定義

從整數值中建立 FontUnit 型別的 Point

public:
 static System::Web::UI::WebControls::FontUnit Point(int n);
public static System.Web.UI.WebControls.FontUnit Point (int n);
static member Point : int -> System.Web.UI.WebControls.FontUnit
Public Shared Function Point (n As Integer) As FontUnit

參數

n
Int32

整數,表示要轉換成 PointFontUnit 值。

傳回

FontUnit

FontUnit,表示 n 參數指定的字型大小。

備註

使用靜態 Point 方法來建立 , FontUnit 代表 參數所 n 指定的字型大小。

適用於

另請參閱