C# 클래스 Particles2D.Managers.ParticlesManager

파일 보기 프로젝트 열기: juanpaexpedite/MasterDetailsComposition

공개 메소드들

메소드 설명
CreateParticleBitmaps ( bool blur = false ) : void
CreateParticles ( bool fall ) : void
Draw ( Microsoft.Graphics.Canvas.CanvasDrawingSession session ) : void
Initialize ( bool blur = false, bool fall = false ) : void
ParticlesManager ( CanvasAnimatedControl canvas, int amount = 10 ) : System
UpdateBounds ( Size newSize ) : void

비공개 메소드들

메소드 설명
SetColors ( Color basecolor ) : void
Update ( CanvasAnimatedUpdateEventArgs args ) : void

메소드 상세

CreateParticleBitmaps() 공개 메소드

public CreateParticleBitmaps ( bool blur = false ) : void
blur bool
리턴 void

CreateParticles() 공개 메소드

public CreateParticles ( bool fall ) : void
fall bool
리턴 void

Draw() 공개 메소드

public Draw ( Microsoft.Graphics.Canvas.CanvasDrawingSession session ) : void
session Microsoft.Graphics.Canvas.CanvasDrawingSession
리턴 void

Initialize() 공개 메소드

public Initialize ( bool blur = false, bool fall = false ) : void
blur bool
fall bool
리턴 void

ParticlesManager() 공개 메소드

public ParticlesManager ( CanvasAnimatedControl canvas, int amount = 10 ) : System
canvas CanvasAnimatedControl
amount int
리턴 System

UpdateBounds() 공개 메소드

public UpdateBounds ( Size newSize ) : void
newSize Windows.Foundation.Size
리턴 void