setMaskMode
draw.setMaskMode()
Defines the drawing mask.
draw.setMaskMode(maskMode)
maskMode
String
Enables mask mode (hides parts of the drawing) over what's underneath. Not compatible with draw.setBlendingMode
.
draw.setMaskMode()
Defines the drawing mask.
draw.setMaskMode(maskMode)
maskMode
String
Enables mask mode (hides parts of the drawing) over what's underneath. Not compatible with draw.setBlendingMode
.