Click or drag to resize

ImageView Class

Inheritance Hierarchy
SystemObject
  LSRetail.Omni.Domain.DataModel.Base.BaseEntity
    LSRetail.Omni.Domain.DataModel.Base.RetailImageView

Namespace:  LSRetail.Omni.Domain.DataModel.Base.Retail
Assembly:  LSRetail.Omni.Domain.DataModel.Base (in LSRetail.Omni.Domain.DataModel.Base.dll) Version: LS Omni 3.7.0
Syntax
C#
public class ImageView : Entity, IDisposable

The ImageView type exposes the following members.

Constructors
  NameDescription
Public methodImageView
Initializes a new instance of the ImageView class
Public methodImageView(String)
Initializes a new instance of the ImageView class
Top
Properties
  NameDescription
Public propertyAvgColor
Public propertyCrossfade
Used to tell whether image should be crossfaded in or not, they should be crossfaded if they come from the server, otherwise not
Public propertyDisplayOrder
Public propertyFormat
Public propertyId (Inherited from Entity.)
Public propertyImage
Public propertyImgBytes
Public propertyImgSize
Public propertyLoadFromFile
Public propertyLocation
Public propertyLocationType
Public propertyObjectId
Top
Methods
  NameDescription
Public methodClone
Public methodDispose
Releases all resources used by the ImageView
Public methodGetAvgColor
Top
See Also