C# Class ThirdParty.iOS4Unity.UIView

Inheritance: NSObject
Datei anzeigen Open project: aws/aws-sdk-net Class Usage Examples

Public Methods

Method Description
AddSubview ( UIView view ) : void
BringSubviewToFront ( UIView view ) : void
RemoveFromSuperview ( ) : void
SendSubviewToBack ( UIView view ) : void
UIView ( CGRect frame ) : System

Private Methods

Method Description
UIView ( ) : System
UIView ( IntPtr handle ) : System

Method Details

AddSubview() public method

public AddSubview ( UIView view ) : void
view UIView
return void

BringSubviewToFront() public method

public BringSubviewToFront ( UIView view ) : void
view UIView
return void

RemoveFromSuperview() public method

public RemoveFromSuperview ( ) : void
return void

SendSubviewToBack() public method

public SendSubviewToBack ( UIView view ) : void
view UIView
return void

UIView() public method

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