C# Class Recipe2Dot4ClippingSubviews.DragView

Inheritance: UIImageView
Mostrar archivo Open project: lobrien/iPhone-Developer-s-Cookbook-in-Monotouch Class Usage Examples

Public Methods

Method Description
DragView ( ) : System
Draw ( RectangleF rect ) : void
PointInside ( PointF point, UIEvent uievent ) : bool
TouchesBegan ( NSSet touches, UIEvent evt ) : void
TouchesMoved ( NSSet touches, UIEvent evt ) : void

Protected Methods

Method Description
CreateARGBBitmapContext ( CGImage inImage ) : CGBitmapContext
Dispose ( bool disposing ) : void
RequestImagePixelData ( UIImage inImage ) : IntPtr

Private Methods

Method Description
GetByte ( int offset, IntPtr buffer ) : byte

Method Details

CreateARGBBitmapContext() protected method

protected CreateARGBBitmapContext ( CGImage inImage ) : CGBitmapContext
inImage CGImage
return CGBitmapContext

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

DragView() public method

public DragView ( ) : System
return System

Draw() public method

public Draw ( RectangleF rect ) : void
rect System.Drawing.RectangleF
return void

PointInside() public method

public PointInside ( PointF point, UIEvent uievent ) : bool
point System.Drawing.PointF
uievent UIEvent
return bool

RequestImagePixelData() protected method

protected RequestImagePixelData ( UIImage inImage ) : IntPtr
inImage UIImage
return System.IntPtr

TouchesBegan() public method

public TouchesBegan ( NSSet touches, UIEvent evt ) : void
touches NSSet
evt UIEvent
return void

TouchesMoved() public method

public TouchesMoved ( NSSet touches, UIEvent evt ) : void
touches NSSet
evt UIEvent
return void