C# 클래스 MonocleGiraffe.Android.Controls.ImageControl

상속: FrameLayout
파일 보기 프로젝트 열기: akshay2000/MonocleGiraffe

공개 메소드들

메소드 설명
ImageControl ( Android.Content.Context context ) : System
ImageControl ( Android.Content.Context context, IAttributeSet attrs ) : System
ImageControl ( Android.Content.Context context, IAttributeSet attrs, int defStyleAttr ) : System
ImageControl ( Android.Content.Context context, IAttributeSet attrs, int defStyleAttr, int defStyleRes ) : System
RenderContent ( IGalleryItem item ) : void

비공개 메소드들

메소드 설명
DpToPx ( int dp ) : int
Initialize ( ) : void
MainVideoView_Prepared ( object sender, EventArgs e ) : void
MainVideoView_Touch ( object sender, TouchEventArgs e ) : void
PxToDp ( int px ) : int
RenderImage ( IGalleryItem item ) : void
RenderVideo ( IGalleryItem item ) : void
SetDimensions ( Android.Views.View view, IGalleryItem item ) : void

메소드 상세

ImageControl() 공개 메소드

public ImageControl ( Android.Content.Context context ) : System
context Android.Content.Context
리턴 System

ImageControl() 공개 메소드

public ImageControl ( Android.Content.Context context, IAttributeSet attrs ) : System
context Android.Content.Context
attrs IAttributeSet
리턴 System

ImageControl() 공개 메소드

public ImageControl ( Android.Content.Context context, IAttributeSet attrs, int defStyleAttr ) : System
context Android.Content.Context
attrs IAttributeSet
defStyleAttr int
리턴 System

ImageControl() 공개 메소드

public ImageControl ( Android.Content.Context context, IAttributeSet attrs, int defStyleAttr, int defStyleRes ) : System
context Android.Content.Context
attrs IAttributeSet
defStyleAttr int
defStyleRes int
리턴 System

RenderContent() 공개 메소드

public RenderContent ( IGalleryItem item ) : void
item IGalleryItem
리턴 void