Initializes a new instance of the
Fill class which represents a solid pattern fill.
'Declaration
Public Function New( _
ByVal As Color _
)
'Usage
Dim patternColor As Color
Dim instance As New Fill(patternColor)
Parameters
- patternColor
- A Color value indicates the pattern color of pattern fill.