BCGControlBar Library for .NET
DrawCalendarElementEventArgs Constructor(Graphics,Rectangle,Color)




Syntax
'Declaration
 
Public Function New( _
   ByVal graphics As Graphics, _
   ByVal bounds As Rectangle, _
   ByVal backColor As Color _
)
'Usage
 
Dim graphics As Graphics
Dim bounds As Rectangle
Dim backColor As Color
 
Dim instance As New DrawCalendarElementEventArgs(graphics, bounds, backColor)
public DrawCalendarElementEventArgs( 
   Graphics graphics,
   Rectangle bounds,
   Color backColor
)
public: DrawCalendarElementEventArgs( 
   Graphics* graphics,
   Rectangle bounds,
   Color backColor
)
public:
DrawCalendarElementEventArgs( 
   Graphics^ graphics,
   Rectangle bounds,
   Color backColor
)

Parameters

graphics
bounds
backColor
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DrawCalendarElementEventArgs Class
DrawCalendarElementEventArgs Members
Overload List

Send Feedback