C# Class UMD.HCIL.Piccolo.PNode.PNodeBoundsActivity

An activity that animates the target node's bounds from the source rectangle to the destination rectangle.
Inheritance: UMD.HCIL.Piccolo.Activities.PInterpolatingActivity
Datei anzeigen Open project: ME3Explorer/ME3Explorer

Public Methods

Method Description
PNodeBoundsActivity ( PNode target, RectangleF dst, long duration ) : System

Constructs a new PNodeBoundsActivity

SetRelativeTargetValue ( float zeroToOne ) : void

Overridden. See base.SetRelativeTargetValue.

Protected Methods

Method Description
OnActivityFinished ( ) : void

Overridden. See base.OnActivityFinished.

OnActivityStarted ( ) : void

Overridden. See base.OnActivityStarted.

Method Details

OnActivityFinished() protected method

Overridden. See base.OnActivityFinished.
protected OnActivityFinished ( ) : void
return void

OnActivityStarted() protected method

Overridden. See base.OnActivityStarted.
protected OnActivityStarted ( ) : void
return void

PNodeBoundsActivity() public method

Constructs a new PNodeBoundsActivity
public PNodeBoundsActivity ( PNode target, RectangleF dst, long duration ) : System
target PNode The target node.
dst System.Drawing.RectangleF The destination bounds.
duration long The duration of the activity.
return System

SetRelativeTargetValue() public method

Overridden. See base.SetRelativeTargetValue.
public SetRelativeTargetValue ( float zeroToOne ) : void
zeroToOne float
return void