Search Results for

    Show / Hide Table of Contents

    Class ReversibleFrame

    The reversible frame draws a dashed rectangle

    Inheritance
    Object
    ReversibleFrame
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    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
    Graphics g

    The graphics object.

    Color backgroundColor

    Color of the background.

    Rectangle rectangle

    The rectangle.

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