C# Class JudoDotNetXamariniOSSDK.LabelTextField

Inheritance: UITextField
Mostrar archivo Open project: JudoPay/Judo-Xamarin

Public Methods

Method Description
ClearButtonRect ( CGRect forBounds ) : CGRect
EditingRect ( CGRect forBounds ) : CGRect
LabelTextField ( CGRect frame ) : System
LayoutSubviews ( ) : void
TextRect ( CGRect forBounds ) : CGRect

Private Methods

Method Description
InsetRect ( CGRect rect, UIEdgeInsets insets ) : CGRect
UpdateLayout ( ) : void

Method Details

ClearButtonRect() public method

public ClearButtonRect ( CGRect forBounds ) : CGRect
forBounds CGRect
return CGRect

EditingRect() public method

public EditingRect ( CGRect forBounds ) : CGRect
forBounds CGRect
return CGRect

LabelTextField() public method

public LabelTextField ( CGRect frame ) : System
frame CGRect
return System

LayoutSubviews() public method

public LayoutSubviews ( ) : void
return void

TextRect() public method

public TextRect ( CGRect forBounds ) : CGRect
forBounds CGRect
return CGRect