C# Class XamariniOSSignatureStarterKit.Helper

Mostrar archivo Open project: rid00z/Xamarin-iOS-SignatureStarterKit

Public Methods

Method Description
CreateToolbarTextImageIcon ( string label, EventHandler action, UIImage iconImage, UIColor textColor, float width = 60 ) : UIView
Helper ( ) : System
ScreenBoundsDependOnOrientation ( UIInterfaceOrientation interfaceOrientation = null ) : RectangleF

Method Details

CreateToolbarTextImageIcon() public static method

public static CreateToolbarTextImageIcon ( string label, EventHandler action, UIImage iconImage, UIColor textColor, float width = 60 ) : UIView
label string
action EventHandler
iconImage UIImage
textColor UIColor
width float
return UIView

Helper() public method

public Helper ( ) : System
return System

ScreenBoundsDependOnOrientation() public static method

public static ScreenBoundsDependOnOrientation ( UIInterfaceOrientation interfaceOrientation = null ) : RectangleF
interfaceOrientation UIInterfaceOrientation
return System.Drawing.RectangleF