Метод | Описание | |
---|---|---|
DragView ( ) : System | ||
Draw ( |
||
PointInside ( |
||
TouchesBegan ( NSSet touches, UIEvent evt ) : void | ||
TouchesMoved ( NSSet touches, UIEvent evt ) : void |
Метод | Описание | |
---|---|---|
CreateARGBBitmapContext ( CGImage inImage ) : CGBitmapContext | ||
Dispose ( bool disposing ) : void | ||
RequestImagePixelData ( UIImage inImage ) : |
Метод | Описание | |
---|---|---|
GetByte ( int offset, |
protected CreateARGBBitmapContext ( CGImage inImage ) : CGBitmapContext | ||
inImage | CGImage | |
Результат | CGBitmapContext |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Результат | void |
public Draw ( |
||
rect | ||
Результат | void |
public PointInside ( |
||
point | ||
uievent | UIEvent | |
Результат | bool |
protected RequestImagePixelData ( UIImage inImage ) : |
||
inImage | UIImage | |
Результат |
public TouchesBegan ( NSSet touches, UIEvent evt ) : void | ||
touches | NSSet | |
evt | UIEvent | |
Результат | void |
public TouchesMoved ( NSSet touches, UIEvent evt ) : void | ||
touches | NSSet | |
evt | UIEvent | |
Результат | void |