Spread Windows Forms 8.0 Product Documentation
Draw(Graphics,Rectangle) Method


A System.Drawing.Graphics object.
A System.Drawing.Rectangle structure that represents the dimensions of the bevel.
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.
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

Reference

Bevel Structure
Bevel Members

 

 


Copyright © GrapeCity, inc. All rights reserved.