C# Class RadialMenuControl.Shims.Helpers

Afficher le fichier Open project: CatalystCode/radial-menu

Méthodes publiques

Méthode Description
ButtonToShim ( CenterButton input ) : CenterButtonShim

Given a Center Button returns a CenterButtonShim of that button

ButtonToShim ( CenterButton input, RadialMenu tappedHandler ) : CenterButtonShim

Creates a Shim from a button

Method Details

ButtonToShim() public static méthode

Given a Center Button returns a CenterButtonShim of that button
public static ButtonToShim ( CenterButton input ) : CenterButtonShim
input RadialMenuControl.Components.CenterButton The Actual CenterButton
Résultat CenterButtonShim

ButtonToShim() public static méthode

Creates a Shim from a button
public static ButtonToShim ( CenterButton input, RadialMenu tappedHandler ) : CenterButtonShim
input RadialMenuControl.Components.CenterButton The actual CenterButton
tappedHandler RadialMenu The tapped handler for this button
Résultat CenterButtonShim