C# Class MapAround.Mapping.DefaultFeatureRenderer.TitleBufferElement

Afficher le fichier Open project: gkrsu/maparound.core

Méthodes publiques

Méthode Description
IntersectsWith ( TitleBufferElement element ) : bool
TitleBufferElement ( FollowingTitle followingTitle, TitleStyle style, int number ) : System

Creates a copy of an inscription TitleBufferElement located along the object.

TitleBufferElement ( TitleStyle style, Segment box, string title, int number ) : System

Creates an instance of the appropriate TitleBufferElement simple inscription.

Private Methods

Méthode Description
complexTitlesIntersect ( TitleBufferElement element1, TitleBufferElement element2 ) : bool
contoursIntersect ( Contour c1, Contour c2 ) : bool
intersectsWithComplexTitle ( TitleBufferElement complexOne ) : bool

Method Details

IntersectsWith() public méthode

public IntersectsWith ( TitleBufferElement element ) : bool
element TitleBufferElement
Résultat bool

TitleBufferElement() public méthode

Creates a copy of an inscription TitleBufferElement located along the object.
public TitleBufferElement ( FollowingTitle followingTitle, TitleStyle style, int number ) : System
followingTitle FollowingTitle
style TitleStyle
number int
Résultat System

TitleBufferElement() public méthode

Creates an instance of the appropriate TitleBufferElement simple inscription.
public TitleBufferElement ( TitleStyle style, Segment box, string title, int number ) : System
style TitleStyle
box Segment
title string
number int
Résultat System