C# 클래스 RadialMenuControl.Shims.Helpers

파일 보기 프로젝트 열기: CatalystCode/radial-menu

공개 메소드들

메소드 설명
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

메소드 상세

ButtonToShim() 공개 정적인 메소드

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

ButtonToShim() 공개 정적인 메소드

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
리턴 CenterButtonShim