Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / Bevel Structure / Draw(Graphics,Rectangle) Method
A System.Drawing.Graphics object.
A System.Drawing.Rectangle structure that represents the dimensions of the bevel.


In This Topic
    Draw(Graphics,Rectangle) Method
    In This Topic
    Draws a bevel using the specified System.Drawing.Rectangle structure on the specified System.Drawing.Graphics surface.
    Syntax
    'Declaration
     
    
    Public Sub Draw( _
       ByVal graphics As Graphics, _
       ByVal rectangle As Rectangle _
    ) 
    'Usage
     
    
    Dim instance As Bevel
    Dim graphics As Graphics
    Dim rectangle As Rectangle
     
    instance.Draw(graphics, rectangle)
    public void Draw( 
       Graphics graphics,
       Rectangle rectangle
    )

    Parameters

    graphics
    A System.Drawing.Graphics object.
    rectangle
    A System.Drawing.Rectangle structure that represents the dimensions of the bevel.
    See Also