Cuminas DjVu SDK for .NET Framework
DrawBorderWithColor Method



Syntax
Protected Sub DrawBorderWithColor( _
   ByVal g As Graphics, _
   ByVal col As Color, _
   ByVal rc As Rectangle _
) 
Dim instance As MapArea
Dim g As Graphics
Dim col As Color
Dim rc As Rectangle
 
instance.DrawBorderWithColor(g, col, rc)
protected void DrawBorderWithColor( 
   Graphics g,
   Color col,
   Rectangle rc
)
protected:
void DrawBorderWithColor( 
   Graphics^ g,
   Color col,
   Rectangle rc
) 

Parameters

g
col
rc
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