Class ReversibleFrame
The reversible frame draws a dashed rectangle
Inherited Members
Namespace: ZedGraph
Assembly: ZedGraph.dll
Syntax
public class ReversibleFrame
Methods
| Improve this Doc View SourceDraw(Graphics, Color, Rectangle)
Draws the reversible frame with the given background color for the specified control rectangle.
Declaration
public static void Draw(Graphics g, Color backgroundColor, Rectangle rectangle)
Parameters
Type | Name | Description |
---|---|---|
Graphics | g | The graphics object. |
Color | backgroundColor | Color of the background. |
Rectangle | rectangle | The rectangle. |