C# 클래스 Touch.Common.FrameContext

파일 보기 프로젝트 열기: TouchInstinct/Training 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Frame System.Drawing.RectangleF
ParentBounds RectangleF?
RelativeFrame RectangleF?
View UIView

공개 메소드들

메소드 설명
Commit ( ) : void
FrameContext ( UIView view, UIView relativeView ) : System

메소드 상세

Commit() 공개 메소드

public Commit ( ) : void
리턴 void

FrameContext() 공개 메소드

public FrameContext ( UIView view, UIView relativeView ) : System
view UIView
relativeView UIView
리턴 System

프로퍼티 상세

Frame 공개적으로 프로퍼티

public RectangleF,System.Drawing Frame
리턴 System.Drawing.RectangleF

ParentBounds 공개적으로 프로퍼티

public RectangleF? ParentBounds
리턴 RectangleF?

RelativeFrame 공개적으로 프로퍼티

public RectangleF? RelativeFrame
리턴 RectangleF?

View 공개적으로 프로퍼티

public UIView View
리턴 UIView