HoverTransform.this

  1. this(Rectangle sourceRectangle, Node next)
  2. this(Rectangle sourceRectangle, Rectangle destinationRectangle, Node next)

Parameters

sourceRectangle Rectangle

Rectangle the input is expected to fit in.

destinationRectangle Rectangle

Rectangle to map the input to. If omitted, chosen automatically so that input is remapped to the content of this node.

next Node

Node to be affected by the transform.

Meta