Class |
ScriptUIPen | ||||||||||||||||||||
A drawing pen that defines a color and line width used to stroke paths. Create with ScriptUIGraphics.newPen(). Use as a value of foregroundColor properties, and pass as an argument to drawString() and strokePath() methods. | |||||||||||||||||||||
Properties |
| ||||||||||||||||||||
Element of |
ScriptUIGraphics.disabledForegroundColor ScriptUIGraphics.foregroundColor | ||||||||||||||||||||
Used in: | void ScriptUIGraphics.drawString (text: String, pen: ScriptUIPen, x: Number, y: Number[, font: ScriptUIFont]) void ScriptUIGraphics.strokePath (pen: ScriptUIPen[, path: ScriptUIPath]) | ||||||||||||||||||||
Return |
ScriptUIPen ScriptUIGraphics.newPen (type: Number, color: Array of Number | String, width: Number) |
Jongware, 25-Nov-2012 v3.0.3i | Contents :: Index |