public interface IResizingGrip
IAnnotation
instanceModifier and Type | Method and Description |
---|---|
boolean |
isHit(float xHitPoint,
float yHitPoint,
float xDrawnCoord,
float yDrawnCoord)
Checks whether this reising grip is hit
|
void |
onDraw(android.graphics.Canvas canvas,
float x,
float y)
Draw this resizing grip at specified point
|
void onDraw(android.graphics.Canvas canvas, float x, float y)
canvas
- The Canvas
to draw resizing grip onx
- The x coordinate of point to draw in pixelsy
- The y coordiante of point to draw in pixelsboolean isHit(float xHitPoint, float yHitPoint, float xDrawnCoord, float yDrawnCoord)
xHitPoint
- The x coordinate of hit test point in pixelsyHitPoint
- The y coordinate of hit test point in pixelsxDrawnCoord
- The x coordinate of point where resizing grip was drawnyDrawnCoord
- The y coordinate of point where resizing grip was drawn