C# 클래스 Xamarin.Motion.Animation

상속: System.Collections.IEnumerable
파일 보기 프로젝트 열기: Clancey/Canvas 1 사용 예제들

공개 메소드들

메소드 설명
Add ( double beginAt, double finishAt, Animation animation ) : void
Animation ( ) : System
Animation ( Action callback, double start = 0.0f, double end = 1.0f, double>.Func easing = null, System.Action finished = null ) : System
Commit ( Animatable owner, string name, uint rate = 16, uint length = 250, double>.Func easing = null, bool>.Action finished = null, Func repeat = null ) : void
GetCallback ( ) : Action
GetEnumerator ( ) : System.Collections.IEnumerator
Insert ( double beginAt, double finishAt, Animation animation ) : Animation
WithConcurrent ( Action callback, double start = 0.0f, double end = 1.0f, double>.Func easing = null, double beginAt = 0.0f, double finishAt = 1.0f ) : Animation
WithConcurrent ( Animation animation, double beginAt = 0.0f, double finishAt = 1.0f ) : Animation

메소드 상세

Add() 공개 메소드

public Add ( double beginAt, double finishAt, Animation animation ) : void
beginAt double
finishAt double
animation Animation
리턴 void

Animation() 공개 메소드

public Animation ( ) : System
리턴 System

Animation() 공개 메소드

public Animation ( Action callback, double start = 0.0f, double end = 1.0f, double>.Func easing = null, System.Action finished = null ) : System
callback Action
start double
end double
easing double>.Func
finished System.Action
리턴 System

Commit() 공개 메소드

public Commit ( Animatable owner, string name, uint rate = 16, uint length = 250, double>.Func easing = null, bool>.Action finished = null, Func repeat = null ) : void
owner Animatable
name string
rate uint
length uint
easing double>.Func
finished bool>.Action
repeat Func
리턴 void

GetCallback() 공개 메소드

public GetCallback ( ) : Action
리턴 Action

GetEnumerator() 공개 메소드

public GetEnumerator ( ) : System.Collections.IEnumerator
리턴 System.Collections.IEnumerator

Insert() 공개 메소드

public Insert ( double beginAt, double finishAt, Animation animation ) : Animation
beginAt double
finishAt double
animation Animation
리턴 Animation

WithConcurrent() 공개 메소드

public WithConcurrent ( Action callback, double start = 0.0f, double end = 1.0f, double>.Func easing = null, double beginAt = 0.0f, double finishAt = 1.0f ) : Animation
callback Action
start double
end double
easing double>.Func
beginAt double
finishAt double
리턴 Animation

WithConcurrent() 공개 메소드

public WithConcurrent ( Animation animation, double beginAt = 0.0f, double finishAt = 1.0f ) : Animation
animation Animation
beginAt double
finishAt double
리턴 Animation