C# Class Touch.Common.FrameContext

Afficher le fichier Open project: TouchInstinct/Training Class Usage Examples

Méthodes publiques

Свойство Type Description
Frame System.Drawing.RectangleF
ParentBounds RectangleF?
RelativeFrame RectangleF?
View UIView

Méthodes publiques

Méthode Description
Commit ( ) : void
FrameContext ( UIView view, UIView relativeView ) : System

Method Details

Commit() public méthode

public Commit ( ) : void
Résultat void

FrameContext() public méthode

public FrameContext ( UIView view, UIView relativeView ) : System
view UIView
relativeView UIView
Résultat System

Property Details

Frame public_oe property

public RectangleF,System.Drawing Frame
Résultat System.Drawing.RectangleF

ParentBounds public_oe property

public RectangleF? ParentBounds
Résultat RectangleF?

RelativeFrame public_oe property

public RectangleF? RelativeFrame
Résultat RectangleF?

View public_oe property

public UIView View
Résultat UIView