'宣言 Public Overloads Function Add( _ ByVal font As System.Drawing.Font _ ) As System.Integer
'使用法 Dim instance As EmbeddedFontCollection Dim font As System.Drawing.Font Dim value As System.Integer value = instance.Add(font)
public System.int Add( System.Drawing.Font font )
パラメータ
- font
- The System.Drawing.Font to add.
戻り値の型
The index of the newly added font in the collection.