C# Class Ext.Net.ImageBase

Inheritance: BoxComponentBase
Show file Open project: pgodwin/Ext.net

Private Properties

Property Type Description
ImageBase System.ComponentModel
Scroll void
ScrollTo void
SetAlign void
SetAltText void
SetXDelta void
SetYDelta void

Protected Methods

Method Description
SetImageUrl ( string url ) : void

Private Methods

Method Description
ImageBase ( ) : System.ComponentModel
Scroll ( int xDelta, int yDelta ) : void
ScrollTo ( int x, int y ) : void
SetAlign ( ImageAlign align ) : void
SetAltText ( string altText ) : void
SetXDelta ( int delta ) : void
SetYDelta ( int delta ) : void

Method Details

SetImageUrl() protected method

protected SetImageUrl ( string url ) : void
url string
return void