Cuminas DjVu SDK for .NET Framework
Draw(Graphics,Point,Rectangle,Size,RenderingMode,RenderingOptions) Method



Graphics object to draw image on.
Left-top point to draw image on.
Area on the page image to draw.
Whole page image size, by which the area is defined.
One of RenderingMode Enumeration values to specify layes to render.
Any combinations of RenderingOptions Enumeration values to specify renderer behavior.
Draws image of the specified page portion on the Graphics object.
Syntax
Public Overloads Sub Draw( _
   ByVal g As Graphics, _
   ByVal pt As Point, _
   ByVal rect As Rectangle, _
   ByVal imageSize As Size, _
   ByVal renderingMode As RenderingMode, _
   ByVal options As RenderingOptions _
) 
Dim instance As Page
Dim g As Graphics
Dim pt As Point
Dim rect As Rectangle
Dim imageSize As Size
Dim renderingMode As RenderingMode
Dim options As RenderingOptions
 
instance.Draw(g, pt, rect, imageSize, renderingMode, options)

Parameters

g
Graphics object to draw image on.
pt
Left-top point to draw image on.
rect
Area on the page image to draw.
imageSize
Whole page image size, by which the area is defined.
renderingMode
One of RenderingMode Enumeration values to specify layes to render.
options
Any combinations of RenderingOptions Enumeration values to specify renderer behavior.
Requirements

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

See Also

Reference

Page Class
Page Members
Overload List
RenderImage Method

Send Feedback