Cuminas DjVu SDK for .NET Framework
DrawEmboss Method



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

Parameters

g
c1
c2
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