BCGControlBar Library for .NET
FillInterior(Graphics,Rectangle,Int32,Byte) Method




Syntax
'Declaration
 
Public Overloads Overridable Sub FillInterior( _
   ByVal grph As Graphics, _
   ByVal rectInterior As Rectangle, _
   ByVal index As Integer, _
   ByVal alphaSrc As Byte _
) 
'Usage
 
Dim instance As ControlRenderer
Dim grph As Graphics
Dim rectInterior As Rectangle
Dim index As Integer
Dim alphaSrc As Byte
 
instance.FillInterior(grph, rectInterior, index, alphaSrc)
public virtual void FillInterior( 
   Graphics grph,
   Rectangle rectInterior,
   int index,
   byte alphaSrc
)
public: virtual void FillInterior( 
   Graphics* grph,
   Rectangle rectInterior,
   int index,
   byte alphaSrc
) 
public:
virtual void FillInterior( 
   Graphics^ grph,
   Rectangle rectInterior,
   int index,
   byte alphaSrc
) 

Parameters

grph
rectInterior
index
alphaSrc
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

ControlRenderer Class
ControlRenderer Members
Overload List

Send Feedback