C# 클래스 CCT.NUI.Core.Clustering.ClusterPrototypeFactory

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

공개 메소드들

메소드 설명
CreateClusters ( int numberOfClusters, IntSize areaSize ) : IList

비공개 메소드들

메소드 설명
CreateClusterWithin ( int minX, int maxX, int minY, int maxY ) : ClusterPrototype

메소드 상세

CreateClusters() 공개 메소드

public CreateClusters ( int numberOfClusters, IntSize areaSize ) : IList
numberOfClusters int
areaSize IntSize
리턴 IList