C# 클래스 SharpMap.Rendering.LabelCollisionDetection

Class defining delegate for label collision detection and static predefined methods
파일 보기 프로젝트 열기: jumpinjackie/fdotoolbox

공개 메소드들

메소드 설명
SimpleCollisionDetection ( List labels ) : void

Simple and fast label collision detection.

ThoroughCollisionDetection ( List labels ) : void

Thorough label collision detection.

메소드 상세

SimpleCollisionDetection() 공개 정적인 메소드

Simple and fast label collision detection.
public static SimpleCollisionDetection ( List labels ) : void
labels List
리턴 void

ThoroughCollisionDetection() 공개 정적인 메소드

Thorough label collision detection.
public static ThoroughCollisionDetection ( List labels ) : void
labels List
리턴 void