C# Class XamlForIphone.UIView

Inheritance: UIElement
显示文件 Open project: Clancey/XamlForIphone

Private Properties

Property Type Description
ArrangeInternal void
setupEvents void

Public Methods

Method Description
Add ( MonoTouch view ) : void
AddGestureRecognizer ( MonoTouch gestureRecognizer ) : void
AddSubview ( MonoTouch view ) : void
AddSubviews ( MonoTouch views ) : void
BringSubviewToFront ( MonoTouch view ) : void
ConvertPointFromView ( System point, MonoTouch fromView ) : PointF
ConvertPointToView ( System point, MonoTouch toView ) : PointF
ConvertRectFromView ( System rect, MonoTouch fromView ) : RectangleF
ConvertRectToView ( System rect, MonoTouch toView ) : RectangleF
Draw ( System rect ) : void
DrawRect ( System area, MonoTouch formatter ) : void
DrawString ( System str, System point, MonoTouch font ) : SizeF
DrawString ( System str, System rect, MonoTouch font, MonoTouch mode ) : SizeF
DrawString ( System str, System rect, MonoTouch font, MonoTouch mode, MonoTouch alignment ) : SizeF
DrawString ( System str, System point, System width, MonoTouch font, MonoTouch breakMode ) : SizeF
DrawString ( System str, System point, System width, MonoTouch font, System fontSize, MonoTouch breakMode, MonoTouch adjustment ) : SizeF
DrawString ( System str, System point, System width, MonoTouch font, System minFontSize, System actualFontSize, MonoTouch breakMode, MonoTouch adjustment ) : SizeF
ExchangeSubview ( System atIndex, System withSubviewAtIndex ) : void
GetEnumerator ( ) : System.Collections.IEnumerator
HitTest ( System point, MonoTouch uievent ) : MonoTouch.UIKit.UIView
InsertSubview ( MonoTouch view, System atIndex ) : void
InsertSubviewAbove ( MonoTouch view, MonoTouch siblingSubview ) : void
InsertSubviewBelow ( MonoTouch view, MonoTouch siblingSubview ) : void
IsDescendantOfView ( MonoTouch view ) : System.Boolean
LayoutIfNeeded ( ) : void
LayoutSubviews ( ) : void
MovedToSuperview ( ) : void
MovedToWindow ( ) : void
PointInside ( System point, MonoTouch uievent ) : System.Boolean
RemoveFromSuperview ( ) : void
RemoveGestureRecognizer ( MonoTouch gestureRecognizer ) : void
SendSubviewToBack ( MonoTouch view ) : void
SetNeedsDisplay ( ) : void
SetNeedsDisplayInRect ( System rect ) : void
SetNeedsLayout ( ) : void
SizeThatFits ( System size ) : SizeF
SizeToFit ( ) : void
StringSize ( System str, MonoTouch font ) : SizeF
StringSize ( System str, MonoTouch font, System constrainedToSize ) : SizeF
StringSize ( System str, MonoTouch font, System forWidth, MonoTouch breakMode ) : SizeF
SubviewAdded ( MonoTouch uiview ) : void
ViewWithTag ( System tag ) : MonoTouch.UIKit.UIView
WillMoveToSuperview ( MonoTouch newsuper ) : void
WillMoveToWindow ( MonoTouch window ) : void
WillRemoveSubview ( MonoTouch uiview ) : void

Protected Methods

Method Description
CreateHandle ( ) : void

Private Methods

Method Description
ArrangeInternal ( Rect finalRect ) : void
setupEvents ( ) : void

Method Details

Add() public method

public Add ( MonoTouch view ) : void
view MonoTouch
return void

AddGestureRecognizer() public method

public AddGestureRecognizer ( MonoTouch gestureRecognizer ) : void
gestureRecognizer MonoTouch
return void

AddSubview() public method

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

AddSubviews() public method

public AddSubviews ( MonoTouch views ) : void
views MonoTouch
return void

BringSubviewToFront() public method

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

ConvertPointFromView() public method

public ConvertPointFromView ( System point, MonoTouch fromView ) : PointF
point System
fromView MonoTouch
return System.Drawing.PointF

ConvertPointToView() public method

public ConvertPointToView ( System point, MonoTouch toView ) : PointF
point System
toView MonoTouch
return System.Drawing.PointF

ConvertRectFromView() public method

public ConvertRectFromView ( System rect, MonoTouch fromView ) : RectangleF
rect System
fromView MonoTouch
return System.Drawing.RectangleF

ConvertRectToView() public method

public ConvertRectToView ( System rect, MonoTouch toView ) : RectangleF
rect System
toView MonoTouch
return System.Drawing.RectangleF

CreateHandle() protected method

protected CreateHandle ( ) : void
return void

Draw() public method

public Draw ( System rect ) : void
rect System
return void

DrawRect() public method

public DrawRect ( System area, MonoTouch formatter ) : void
area System
formatter MonoTouch
return void

DrawString() public method

public DrawString ( System str, System point, MonoTouch font ) : SizeF
str System
point System
font MonoTouch
return System.Drawing.SizeF

DrawString() public method

public DrawString ( System str, System rect, MonoTouch font, MonoTouch mode ) : SizeF
str System
rect System
font MonoTouch
mode MonoTouch
return System.Drawing.SizeF

DrawString() public method

public DrawString ( System str, System rect, MonoTouch font, MonoTouch mode, MonoTouch alignment ) : SizeF
str System
rect System
font MonoTouch
mode MonoTouch
alignment MonoTouch
return System.Drawing.SizeF

DrawString() public method

public DrawString ( System str, System point, System width, MonoTouch font, MonoTouch breakMode ) : SizeF
str System
point System
width System
font MonoTouch
breakMode MonoTouch
return System.Drawing.SizeF

DrawString() public method

public DrawString ( System str, System point, System width, MonoTouch font, System fontSize, MonoTouch breakMode, MonoTouch adjustment ) : SizeF
str System
point System
width System
font MonoTouch
fontSize System
breakMode MonoTouch
adjustment MonoTouch
return System.Drawing.SizeF

DrawString() public method

public DrawString ( System str, System point, System width, MonoTouch font, System minFontSize, System actualFontSize, MonoTouch breakMode, MonoTouch adjustment ) : SizeF
str System
point System
width System
font MonoTouch
minFontSize System
actualFontSize System
breakMode MonoTouch
adjustment MonoTouch
return System.Drawing.SizeF

ExchangeSubview() public method

public ExchangeSubview ( System atIndex, System withSubviewAtIndex ) : void
atIndex System
withSubviewAtIndex System
return void

GetEnumerator() public method

public GetEnumerator ( ) : System.Collections.IEnumerator
return System.Collections.IEnumerator

HitTest() public method

public HitTest ( System point, MonoTouch uievent ) : MonoTouch.UIKit.UIView
point System
uievent MonoTouch
return MonoTouch.UIKit.UIView

InsertSubview() public method

public InsertSubview ( MonoTouch view, System atIndex ) : void
view MonoTouch
atIndex System
return void

InsertSubviewAbove() public method

public InsertSubviewAbove ( MonoTouch view, MonoTouch siblingSubview ) : void
view MonoTouch
siblingSubview MonoTouch
return void

InsertSubviewBelow() public method

public InsertSubviewBelow ( MonoTouch view, MonoTouch siblingSubview ) : void
view MonoTouch
siblingSubview MonoTouch
return void

IsDescendantOfView() public method

public IsDescendantOfView ( MonoTouch view ) : System.Boolean
view MonoTouch
return System.Boolean

LayoutIfNeeded() public method

public LayoutIfNeeded ( ) : void
return void

LayoutSubviews() public method

public LayoutSubviews ( ) : void
return void

MovedToSuperview() public method

public MovedToSuperview ( ) : void
return void

MovedToWindow() public method

public MovedToWindow ( ) : void
return void

PointInside() public method

public PointInside ( System point, MonoTouch uievent ) : System.Boolean
point System
uievent MonoTouch
return System.Boolean

RemoveFromSuperview() public method

public RemoveFromSuperview ( ) : void
return void

RemoveGestureRecognizer() public method

public RemoveGestureRecognizer ( MonoTouch gestureRecognizer ) : void
gestureRecognizer MonoTouch
return void

SendSubviewToBack() public method

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

SetNeedsDisplay() public method

public SetNeedsDisplay ( ) : void
return void

SetNeedsDisplayInRect() public method

public SetNeedsDisplayInRect ( System rect ) : void
rect System
return void

SetNeedsLayout() public method

public SetNeedsLayout ( ) : void
return void

SizeThatFits() public method

public SizeThatFits ( System size ) : SizeF
size System
return System.Drawing.SizeF

SizeToFit() public method

public SizeToFit ( ) : void
return void

StringSize() public method

public StringSize ( System str, MonoTouch font ) : SizeF
str System
font MonoTouch
return System.Drawing.SizeF

StringSize() public method

public StringSize ( System str, MonoTouch font, System constrainedToSize ) : SizeF
str System
font MonoTouch
constrainedToSize System
return System.Drawing.SizeF

StringSize() public method

public StringSize ( System str, MonoTouch font, System forWidth, MonoTouch breakMode ) : SizeF
str System
font MonoTouch
forWidth System
breakMode MonoTouch
return System.Drawing.SizeF

SubviewAdded() public method

public SubviewAdded ( MonoTouch uiview ) : void
uiview MonoTouch
return void

ViewWithTag() public method

public ViewWithTag ( System tag ) : MonoTouch.UIKit.UIView
tag System
return MonoTouch.UIKit.UIView

WillMoveToSuperview() public method

public WillMoveToSuperview ( MonoTouch newsuper ) : void
newsuper MonoTouch
return void

WillMoveToWindow() public method

public WillMoveToWindow ( MonoTouch window ) : void
window MonoTouch
return void

WillRemoveSubview() public method

public WillRemoveSubview ( MonoTouch uiview ) : void
uiview MonoTouch
return void