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 |
Méthode | Description | |
---|---|---|
DpToPx ( int dp ) : int | ||
Initialize ( ) : void | ||
MainVideoView_Prepared ( object sender, |
||
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 |
public ImageControl ( Android.Content.Context context ) : System | ||
context | Android.Content.Context | |
Résultat | System |
public ImageControl ( Android.Content.Context context, IAttributeSet attrs ) : System | ||
context | Android.Content.Context | |
attrs | IAttributeSet | |
Résultat | System |
public ImageControl ( Android.Content.Context context, IAttributeSet attrs, int defStyleAttr ) : System | ||
context | Android.Content.Context | |
attrs | IAttributeSet | |
defStyleAttr | int | |
Résultat | System |
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 |
public RenderContent ( IGalleryItem item ) : void | ||
item | IGalleryItem | |
Résultat | void |