C# Class MonocleGiraffe.Android.Controls.ImageControl

Inheritance: FrameLayout
Afficher le fichier Open project: akshay2000/MonocleGiraffe

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
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

Method Details

ImageControl() public méthode

public ImageControl ( Android.Content.Context context ) : System
context Android.Content.Context
Résultat System

ImageControl() public méthode

public ImageControl ( Android.Content.Context context, IAttributeSet attrs ) : System
context Android.Content.Context
attrs IAttributeSet
Résultat System

ImageControl() public méthode

public ImageControl ( Android.Content.Context context, IAttributeSet attrs, int defStyleAttr ) : System
context Android.Content.Context
attrs IAttributeSet
defStyleAttr int
Résultat System

ImageControl() public méthode

public ImageControl ( Android.Content.Context context, IAttributeSet attrs, int defStyleAttr, int defStyleRes ) : System
context Android.Content.Context
attrs IAttributeSet
defStyleAttr int
defStyleRes int
Résultat System

RenderContent() public méthode

public RenderContent ( IGalleryItem item ) : void
item IGalleryItem
Résultat void