'Declaration Public Overloads Sub DrawViewer( _
ByVal gThe System.Drawing.Graphics, where viewer must be drawn.As System.Drawing.Graphics, _
ByVal sourceRectA source rectangle on the viewer.As System.Drawing.RectangleF, _
ByVal destRectA rectangle on System.Drawing.Graphics, where viewer must be drawn.As System.Drawing.RectangleF, _
ByVal drawBackgroundA value indicating whether the viewer background must be drawn on System.Drawing.Graphics.As Boolean, _
ByVal drawVisualToolsA value indicating whether the visual tools must be drawn on System.Drawing.Graphics.As Boolean _
)
public void DrawViewer(
System.Drawing.Graphics g,
System.Drawing.RectangleF sourceRect,
System.Drawing.RectangleF destRect,
bool drawBackground,
bool drawVisualTools
)
public: void DrawViewer(
System.Drawing.Graphics* g,
System.Drawing.RectangleF* sourceRect,
System.Drawing.RectangleF* destRect,
bool drawBackground,
bool drawVisualTools
)
public:
void DrawViewer(
System.Drawing.Graphics^ g,
System.Drawing.RectangleF^ sourceRect,
System.Drawing.RectangleF^ destRect,
bool drawBackground,
bool drawVisualTools
)
Parameters
- g
- The System.Drawing.Graphics, where viewer must be drawn.
- sourceRect
- A source rectangle on the viewer.
- destRect
- A rectangle on System.Drawing.Graphics, where viewer must be drawn.
- drawBackground
- A value indicating whether the viewer background must be drawn on System.Drawing.Graphics.
- drawVisualTools
- A value indicating whether the visual tools must be drawn on System.Drawing.Graphics.