'Declaration Public Overloads Function RenderViewerImage( _
ByVal rectThe rectange to render, in viewer space.As System.Windows.Rect _
) As Vintasoft.Imaging.VintasoftImage
public Vintasoft.Imaging.VintasoftImage RenderViewerImage(
System.Windows.Rect rect
)
public: Vintasoft.Imaging.VintasoftImage* RenderViewerImage(
System.Windows.Rect* rect
)
public:
Vintasoft.Imaging.VintasoftImage^ RenderViewerImage(
System.Windows.Rect^ rect
)
Parameters
- rect
- The rectange to render, in viewer space.
Return Value
An image of this viewer.