C# 클래스 ObjectivePixel.BringCast.Ui.VisualLayer.VisualHelpers

파일 보기 프로젝트 열기: clarkezone/UWPCompositionDemos

공개 메소드들

메소드 설명
CreateOpacityAnimation ( Compositor compositor, System.TimeSpan duration ) : KeyFrameAnimation
EnableLayoutImplicitAnimations ( this element ) : void
EnableLayoutImplicitAnimations ( this element, System.TimeSpan t ) : void
GetVisual ( this element ) : Visual

비공개 메소드들

메소드 설명
CreateOffsetAnimation ( Compositor compositor, System.TimeSpan duration ) : KeyFrameAnimation

메소드 상세

CreateOpacityAnimation() 공개 정적인 메소드

public static CreateOpacityAnimation ( Compositor compositor, System.TimeSpan duration ) : KeyFrameAnimation
compositor Compositor
duration System.TimeSpan
리턴 KeyFrameAnimation

EnableLayoutImplicitAnimations() 공개 정적인 메소드

public static EnableLayoutImplicitAnimations ( this element ) : void
element this
리턴 void

EnableLayoutImplicitAnimations() 공개 정적인 메소드

public static EnableLayoutImplicitAnimations ( this element, System.TimeSpan t ) : void
element this
t System.TimeSpan
리턴 void

GetVisual() 공개 정적인 메소드

public static GetVisual ( this element ) : Visual
element this
리턴 Visual