C# Class PhotoViewerTest.Droid.CarouselLayoutRenderer

Inheritance: Xamarin.Forms.Platform.Android.ScrollViewRenderer
Datei anzeigen Open project: Manne990/PhotoViewerTest

Public Methods

Method Description
Draw ( Android.Graphics.Canvas canvas ) : void

Protected Methods

Method Description
OnElementChanged ( VisualElementChangedEventArgs e ) : void
OnSizeChanged ( int w, int h, int oldw, int oldh ) : void

Private Methods

Method Description
ElementPropertyChanged ( object sender, PropertyChangedEventArgs e ) : void
HScrollViewTouch ( object sender, TouchEventArgs e ) : void
ScrollToIndex ( int targetIndex ) : void
SnapScroll ( ) : void
UpdateSelectedIndex ( ) : void

Method Details

Draw() public method

public Draw ( Android.Graphics.Canvas canvas ) : void
canvas Android.Graphics.Canvas
return void

OnElementChanged() protected method

protected OnElementChanged ( VisualElementChangedEventArgs e ) : void
e VisualElementChangedEventArgs
return void

OnSizeChanged() protected method

protected OnSizeChanged ( int w, int h, int oldw, int oldh ) : void
w int
h int
oldw int
oldh int
return void