DrawMode

annotation class DrawMode

绘制模式

Properties

Link copied to clipboard
val DRAW_BITMAP: Int = 8
绘制图片
Link copied to clipboard
val DRAW_CIRCLE: Int = 6
绘制圆
Link copied to clipboard
val DRAW_LINE: Int = 3
绘制线
Link copied to clipboard
val DRAW_OVAL: Int = 5
绘制椭圆
Link copied to clipboard
val DRAW_PATH: Int = 1
绘制路径
Link copied to clipboard
val DRAW_POINT: Int = 2
绘制点
Link copied to clipboard
val DRAW_RECT: Int = 4
绘制矩形
Link copied to clipboard
val DRAW_TEXT: Int = 7
绘制文本
Link copied to clipboard
val ERASER: Int = 9
橡皮擦
Link copied to clipboard
val MOSAIC: Int = 10
马赛克

Functions

Link copied to clipboard
abstract fun annotationType(): Class<out Annotation>
Link copied to clipboard
abstract fun equals(p: Any): Boolean
Link copied to clipboard
abstract fun hashCode(): Int
Link copied to clipboard
abstract fun toString(): String