C# 클래스 Ext.Net.ImageBase

상속: BoxComponentBase
파일 보기 프로젝트 열기: pgodwin/Ext.net

Private Properties

프로퍼티 타입 설명
ImageBase System.ComponentModel
Scroll void
ScrollTo void
SetAlign void
SetAltText void
SetXDelta void
SetYDelta void

보호된 메소드들

메소드 설명
SetImageUrl ( string url ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

SetImageUrl() 보호된 메소드

protected SetImageUrl ( string url ) : void
url string
리턴 void