Leadtools.CF Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.6.15
RasterImageViewer Class
See Also  Members  
Leadtools.WinForms Namespace : RasterImageViewer Class



Represents a LEADTOOLS ImageViewer control for displaying an image.

Object Model



Syntax

Visual Basic (Usage)Copy Code
Dim instance As RasterImageViewer

Example

This example shows you how to add a RasterImageViewer manually to a SmartDevice application form.

Remarks

The RasterImageViewer is used to display graphics from a bitmap, metafile, icon, JPEG, GIF or PNG (or any other image file format supported by Leadtools) file.
Set the Image property to an RasterImage object to be displayed.
The RasterImageViewer control can automatically handle zooming and scrolling.

Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         System.Windows.Forms.Control
            Leadtools.WinForms.RasterImageViewer

Requirements

Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6

See Also