'宣言 Public Function New( _ ByVal name As System.String, _ ByVal sizeInPoints As System.Double _ )
public Font( System.string name, System.double sizeInPoints )
パラメータ
- name
- フォント。
- sizeInPoints
- ポイント単位のフォントサイズ。
'宣言 Public Function New( _ ByVal name As System.String, _ ByVal sizeInPoints As System.Double _ )
public Font( System.string name, System.double sizeInPoints )