C# 클래스 CCT.NUI.Visual.ClusterLayer

상속: LayerBase
파일 보기 프로젝트 열기: an83/KinectTouch2

공개 메소드들

메소드 설명
ClusterLayer ( IClusterDataSource dataSource ) : System
ClusterLayer ( IClusterDataSource dataSource, float zoomFactor ) : System
Dispose ( ) : void
Paint ( Graphics g ) : void
SetZoomFactor ( float zoomFactor ) : void

비공개 메소드들

메소드 설명
DrawCenter ( Cluster cluster, Graphics g ) : void
DrawClusterPoints ( Cluster cluster, Graphics g, Brush brush ) : void
dataSource_NewDataAvailable ( ClusterCollection clusters ) : void

메소드 상세

ClusterLayer() 공개 메소드

public ClusterLayer ( IClusterDataSource dataSource ) : System
dataSource IClusterDataSource
리턴 System

ClusterLayer() 공개 메소드

public ClusterLayer ( IClusterDataSource dataSource, float zoomFactor ) : System
dataSource IClusterDataSource
zoomFactor float
리턴 System

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Paint() 공개 메소드

public Paint ( Graphics g ) : void
g System.Drawing.Graphics
리턴 void

SetZoomFactor() 공개 메소드

public SetZoomFactor ( float zoomFactor ) : void
zoomFactor float
리턴 void