Click or drag to resize

ImageView Class

Control to display an image
Inheritance Hierarchy

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public class ImageView : Control

The ImageView type exposes the following members.

Constructors
  NameDescription
Public methodImageView
Initializes a new instance of the ImageView class
Top
Properties
  NameDescription
Public propertyImage
Gets or sets the image to display.
Top
Remarks
By default, the ImageView will automatically size to the size of the specified Image, otherwise the image will be scaled to fit inside the available area for the control.
See Also