Initializes the new instance of the SolidFill class with specified parameters.
Namespace:
PerpetuumSoft.Framework.DrawingAssembly: PerpetuumSoft.Framework (in PerpetuumSoft.Framework.dll) Version: 3.9.0.1
Syntax
| C# |
|---|
public SolidFill( Color color ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ color As Color _ ) |
| Visual C++ |
|---|
public: SolidFill( Color color ) |
Parameters
- color
- Type: System.Drawing..::.Color