C# 클래스 AnimatedControls.UniversalElement

This Element contains the different parts needed when using the Visual Layer (Composition)
파일 보기 프로젝트 열기: juanpaexpedite/MasterDetailsComposition 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Element Windows.UI.Xaml.FrameworkElement
ElementVisual Visual
Masker ICompositionMaskGenerator
Visual SpriteVisual

공개 메소드들

메소드 설명
CreateGeometryMask ( CanvasGeometry geometry ) : Task
CreateMaskBrush ( CanvasGeometry geometry, Color color ) : System.Threading.Tasks.Task

You can call this directly from start

CreateVisual ( ) : void
RectSize ( double ox, double oy, double fx, double fy ) : Rect
UniversalElement ( object sender ) : CompositionProToolkit

메소드 상세

CreateGeometryMask() 공개 메소드

public CreateGeometryMask ( CanvasGeometry geometry ) : Task
geometry CanvasGeometry
리턴 Task

CreateMaskBrush() 공개 메소드

You can call this directly from start
public CreateMaskBrush ( CanvasGeometry geometry, Color color ) : System.Threading.Tasks.Task
geometry CanvasGeometry
color Color
리턴 System.Threading.Tasks.Task

CreateVisual() 공개 메소드

public CreateVisual ( ) : void
리턴 void

RectSize() 공개 메소드

public RectSize ( double ox, double oy, double fx, double fy ) : Rect
ox double
oy double
fx double
fy double
리턴 Windows.Foundation.Rect

UniversalElement() 공개 메소드

public UniversalElement ( object sender ) : CompositionProToolkit
sender object
리턴 CompositionProToolkit

프로퍼티 상세

Element 공개적으로 프로퍼티

public FrameworkElement,Windows.UI.Xaml Element
리턴 Windows.UI.Xaml.FrameworkElement

ElementVisual 공개적으로 프로퍼티

public Visual ElementVisual
리턴 Visual

Masker 공개적으로 프로퍼티

public ICompositionMaskGenerator Masker
리턴 ICompositionMaskGenerator

Visual 공개적으로 프로퍼티

public SpriteVisual Visual
리턴 SpriteVisual