FillInfo Constructor(Color)
In This Topic
Initializes a new instance of the
FillInfo class.
Syntax
'Declaration
Public Function New( _
ByVal As Color _
)
'Usage
Dim foreColor As Color
Dim instance As New FillInfo(foreColor)
Parameters
- foreColor
- Color of the fore.
See Also