Cuminas DjVu SDK for .NET Framework
DrawBorder Method



Syntax
Protected Sub DrawBorder( _
   ByVal g As Graphics, _
   ByVal rc As Rectangle, _
   ByVal bgColor As Color, _
   ByVal highlight As Boolean _
) 
Dim instance As MapArea
Dim g As Graphics
Dim rc As Rectangle
Dim bgColor As Color
Dim highlight As Boolean
 
instance.DrawBorder(g, rc, bgColor, highlight)
protected void DrawBorder( 
   Graphics g,
   Rectangle rc,
   Color bgColor,
   bool highlight
)
protected:
void DrawBorder( 
   Graphics^ g,
   Rectangle rc,
   Color bgColor,
   bool highlight
) 

Parameters

g
rc
bgColor
highlight
Requirements

Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

Reference

MapArea Class
MapArea Members

Send Feedback