C# 클래스 ThirdParty.iOS4Unity.UIView

상속: NSObject
파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

공개 메소드들

메소드 설명
AddSubview ( UIView view ) : void
BringSubviewToFront ( UIView view ) : void
RemoveFromSuperview ( ) : void
SendSubviewToBack ( UIView view ) : void
UIView ( CGRect frame ) : System

비공개 메소드들

메소드 설명
UIView ( ) : System
UIView ( IntPtr handle ) : System

메소드 상세

AddSubview() 공개 메소드

public AddSubview ( UIView view ) : void
view UIView
리턴 void

BringSubviewToFront() 공개 메소드

public BringSubviewToFront ( UIView view ) : void
view UIView
리턴 void

RemoveFromSuperview() 공개 메소드

public RemoveFromSuperview ( ) : void
리턴 void

SendSubviewToBack() 공개 메소드

public SendSubviewToBack ( UIView view ) : void
view UIView
리턴 void

UIView() 공개 메소드

public UIView ( CGRect frame ) : System
frame CGRect
리턴 System