C# 클래스 UMD.HCIL.Piccolo.PNode.PNodeBoundsActivity

An activity that animates the target node's bounds from the source rectangle to the destination rectangle.
상속: UMD.HCIL.Piccolo.Activities.PInterpolatingActivity
파일 보기 프로젝트 열기: ME3Explorer/ME3Explorer

공개 메소드들

메소드 설명
PNodeBoundsActivity ( PNode target, RectangleF dst, long duration ) : System

Constructs a new PNodeBoundsActivity

SetRelativeTargetValue ( float zeroToOne ) : void

Overridden. See base.SetRelativeTargetValue.

보호된 메소드들

메소드 설명
OnActivityFinished ( ) : void

Overridden. See base.OnActivityFinished.

OnActivityStarted ( ) : void

Overridden. See base.OnActivityStarted.

메소드 상세

OnActivityFinished() 보호된 메소드

Overridden. See base.OnActivityFinished.
protected OnActivityFinished ( ) : void
리턴 void

OnActivityStarted() 보호된 메소드

Overridden. See base.OnActivityStarted.
protected OnActivityStarted ( ) : void
리턴 void

PNodeBoundsActivity() 공개 메소드

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.
리턴 System

SetRelativeTargetValue() 공개 메소드

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