public abstract class XpsTransformableBrush extends XpsBrush
Class incapsulating common features of transformable brushes elements (all except SolidColorBrush).
Modifier and Type | Method and Description |
---|---|
XpsMatrix |
getTransform()
Returns the matrix transformation applied to the coordinate space of the brush.
|
void |
setTransform(XpsMatrix value)
Sets the matrix transformation applied to the coordinate space of the brush.
|
getOpacity, setOpacity
get, iterator, size
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public XpsMatrix getTransform()
Returns the matrix transformation applied to the coordinate space of the brush. The Transform property is concatenated with the current effective render transform to yield an effective render transform local to the brush. The viewport for the brush is transformed using the local effective render transform.
public void setTransform(XpsMatrix value)
Sets the matrix transformation applied to the coordinate space of the brush. The Transform property is concatenated with the current effective render transform to yield an effective render transform local to the brush. The viewport for the brush is transformed using the local effective render transform.
value
- The matrix transformation applied to the coordinate space of the brush.