Determines whether the drawing font is located within the collection.
'Declaration
Public Overloads Function Contains( _
ByVal As Font _
) As Boolean
public bool Contains(
Font
)
Parameters
- font
- The drawing font.
Return Value
True if contains, otherwise false.