Search Results for

    Show / Hide Table of Contents

    Class ReversibleFrame

    The reversible frame draws a dashed rectangle

    Inheritance
    System.Object
    ReversibleFrame
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: ZedGraph
    Assembly: ZedGraph.dll
    Syntax
    public class ReversibleFrame

    Methods

    | Improve this Doc View Source

    Draw(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
    System.Drawing.Graphics g

    The graphics object.

    System.Drawing.Color backgroundColor

    Color of the background.

    System.Drawing.Rectangle rectangle

    The rectangle.

    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX