Class SolidFill
IFill implementation that uses a solid color for all points
public class SolidFill : IFill
- Inheritance
-
SolidFill
- Implements
- Inherited Members
Constructors
- SolidFill(Color)
Creates a new instance of the SolidFill class which will return the provided
color
regardless of which point is requested.
Methods
- GetColor(Point)
Returns the color this instance was constructed with regardless of which
point
is being colored.