C# 클래스 TechfairKinect.Components.Particles.GdiParticleComponentRenderer

상속: ParticleComponentRenderer
파일 보기 프로젝트 열기: techx/old-techfair-kinect-booth

보호된 프로퍼티들

프로퍼티 타입 설명
GdiGraphicsBase GdiGraphicsBase
ParticleComponent ParticleComponent

공개 메소드들

메소드 설명
GdiParticleComponentRenderer ( ) : System
Render ( double interpolation ) : void
ToScaledRectangleF ( System.Drawing screenBounds, Vector3D position, double radius ) : RectangleF

비공개 메소드들

메소드 설명
CalculateColor ( Vector3D position, double luminosity = 1.0 ) : Color
ColorFromHSV ( double hue, double saturation, double luminosity ) : Color
RenderParticle ( System.Drawing graphics, System.Drawing screenBounds, System.Drawing brush, Vector3D position, double radius ) : void
RenderParticles ( System.Drawing graphics, IEnumerable particles, System.Drawing screenBounds ) : void

메소드 상세

GdiParticleComponentRenderer() 공개 메소드

public GdiParticleComponentRenderer ( ) : System
리턴 System

Render() 공개 메소드

public Render ( double interpolation ) : void
interpolation double
리턴 void

ToScaledRectangleF() 공개 메소드

public ToScaledRectangleF ( System.Drawing screenBounds, Vector3D position, double radius ) : RectangleF
screenBounds System.Drawing
position Vector3D
radius double
리턴 System.Drawing.RectangleF

프로퍼티 상세

GdiGraphicsBase 보호되어 있는 프로퍼티

protected GdiGraphicsBase GdiGraphicsBase
리턴 GdiGraphicsBase

ParticleComponent 보호되어 있는 프로퍼티

protected ParticleComponent,TechfairKinect.Components.Particles ParticleComponent
리턴 ParticleComponent