'宣言 Public Function New( _ ByVal prototype As Font, _ ByVal underline As UnderlineStyle _ )
public Font( Font prototype, UnderlineStyle underline )
パラメータ
- prototype
- 新しいFontを作成する元となる既存のFont。
- underline
- このFontの下線を示す _fontUnderline 値。
'宣言 Public Function New( _ ByVal prototype As Font, _ ByVal underline As UnderlineStyle _ )
public Font( Font prototype, UnderlineStyle underline )