Spread Windows Forms 7.0 Product Documentation
Draw(Graphics,Rectangle) Method
See Also  Support Options
GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > Bevel Structure : Draw(Graphics,Rectangle) Method


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

Glossary Item Box

Draws a bevel using the specified System.Drawing.Rectangle structure on the specified System.Drawing.Graphics surface.

Syntax

Visual Basic (Declaration) 
Public Sub Draw( _
   ByVal graphics As Graphics, _
   ByVal rectangle As Rectangle _
) 
Visual Basic (Usage)Copy Code
Dim instance As Bevel
Dim graphics As Graphics
Dim rectangle As Rectangle
 
instance.Draw(graphics, rectangle)
C# 
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.

Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8

See Also

© 2002-2014 ComponentOne, a division of GrapeCity. All Rights Reserved.