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
Afficher le fichier Open project: ME3Explorer/ME3Explorer

Méthodes publiques

Méthode Description
PNodeBoundsActivity ( PNode target, RectangleF dst, long duration ) : System

Constructs a new PNodeBoundsActivity

SetRelativeTargetValue ( float zeroToOne ) : void

Overridden. See base.SetRelativeTargetValue.

Méthodes protégées

Méthode Description
OnActivityFinished ( ) : void

Overridden. See base.OnActivityFinished.

OnActivityStarted ( ) : void

Overridden. See base.OnActivityStarted.

Method Details

OnActivityFinished() protected méthode

Overridden. See base.OnActivityFinished.
protected OnActivityFinished ( ) : void
Résultat void

OnActivityStarted() protected méthode

Overridden. See base.OnActivityStarted.
protected OnActivityStarted ( ) : void
Résultat void

PNodeBoundsActivity() public méthode

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.
Résultat System

SetRelativeTargetValue() public méthode

Overridden. See base.SetRelativeTargetValue.
public SetRelativeTargetValue ( float zeroToOne ) : void
zeroToOne float
Résultat void