Cuminas DjVu SDK for .NET Framework
Draw Method (MapRect)



A System.Drawing.Graphics instance to render on.
Rendering status.
Syntax
Public Overrides NotOverridable Sub Draw( _
   ByVal g As Graphics, _
   ByVal vs As MapAreaVisualStatus _
) 
Dim instance As MapRect
Dim g As Graphics
Dim vs As MapAreaVisualStatus
 
instance.Draw(g, vs)
public override void Draw( 
   Graphics g,
   MapAreaVisualStatus vs
)
public:
void Draw( 
   Graphics^ g,
   MapAreaVisualStatus vs
) override 

Parameters

g
A System.Drawing.Graphics instance to render on.
vs
Rendering status.
Requirements

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

See Also

Reference

MapRect Class
MapRect Members

Send Feedback