C# Class ThirdParty.iOS4Unity.UIView

Inheritance: NSObject
Afficher le fichier Open project: aws/aws-sdk-net Class Usage Examples

Méthodes publiques

Méthode Description
AddSubview ( UIView view ) : void
BringSubviewToFront ( UIView view ) : void
RemoveFromSuperview ( ) : void
SendSubviewToBack ( UIView view ) : void
UIView ( CGRect frame ) : System

Private Methods

Méthode Description
UIView ( ) : System
UIView ( IntPtr handle ) : System

Method Details

AddSubview() public méthode

public AddSubview ( UIView view ) : void
view UIView
Résultat void

BringSubviewToFront() public méthode

public BringSubviewToFront ( UIView view ) : void
view UIView
Résultat void

RemoveFromSuperview() public méthode

public RemoveFromSuperview ( ) : void
Résultat void

SendSubviewToBack() public méthode

public SendSubviewToBack ( UIView view ) : void
view UIView
Résultat void

UIView() public méthode

public UIView ( CGRect frame ) : System
frame CGRect
Résultat System