Method | Description | |
---|---|---|
DragView ( ) : System | ||
Draw ( |
||
PointInside ( |
||
TouchesBegan ( NSSet touches, UIEvent evt ) : void | ||
TouchesMoved ( NSSet touches, UIEvent evt ) : void |
Method | Description | |
---|---|---|
CreateARGBBitmapContext ( CGImage inImage ) : CGBitmapContext | ||
Dispose ( bool disposing ) : void | ||
RequestImagePixelData ( UIImage inImage ) : |
Method | Description | |
---|---|---|
GetByte ( int offset, |
protected CreateARGBBitmapContext ( CGImage inImage ) : CGBitmapContext | ||
inImage | CGImage | |
return | CGBitmapContext |
public Draw ( |
||
rect | ||
return | void |
public PointInside ( |
||
point | ||
uievent | UIEvent | |
return | bool |
protected RequestImagePixelData ( UIImage inImage ) : |
||
inImage | UIImage | |
return |
public TouchesBegan ( NSSet touches, UIEvent evt ) : void | ||
touches | NSSet | |
evt | UIEvent | |
return | void |
public TouchesMoved ( NSSet touches, UIEvent evt ) : void | ||
touches | NSSet | |
evt | UIEvent | |
return | void |