Piccolo.NET

PTransformActivity Constructor (Int64, Int64, Target)

Constructs a new PTransformActivity that will animate from the source matrix to the destination matrix.

public PTransformActivity(
   long duration,
   long stepInterval,
   Target aTarget
);

Parameters

duration
The length of one loop of the activity.
stepInterval
The minimum number of milliseconds that this activity should delay between steps.
aTarget
The object that the activity will be applied to and where the source state will be taken from.

Remarks

This constructs a PTransformActivity with a null destination matrix. The destination matrix must be set before this activity is scheduled.

See Also

PTransformActivity Class | UMD.HCIL.Piccolo.Activities Namespace | PTransformActivity Constructor Overload List


Web Accessibility