C# Class Touch.Common.FrameContext

ファイルを表示 Open project: TouchInstinct/Training Class Usage Examples

Public Properties

Property Type Description
Frame System.Drawing.RectangleF
ParentBounds RectangleF?
RelativeFrame RectangleF?
View UIView

Public Methods

Method Description
Commit ( ) : void
FrameContext ( UIView view, UIView relativeView ) : System

Method Details

Commit() public method

public Commit ( ) : void
return void

FrameContext() public method

public FrameContext ( UIView view, UIView relativeView ) : System
view UIView
relativeView UIView
return System

Property Details

Frame public_oe property

public RectangleF,System.Drawing Frame
return System.Drawing.RectangleF

ParentBounds public_oe property

public RectangleF? ParentBounds
return RectangleF?

RelativeFrame public_oe property

public RectangleF? RelativeFrame
return RectangleF?

View public_oe property

public UIView View
return UIView