Diplo
 All Classes Namespaces Functions Variables Properties
Static Public Member Functions | List of all members
Diplo.Drawing.Libs.ListHelper Class Reference

Trieda obsahujuca pomocne metodz pre pracu s LISTom More...

Static Public Member Functions

static Boolean isPointInList (List< Point > list, Point toFind)
  More...
 
static Boolean isPointInList (List< CoridorPoint > list, CoridorPoint toFind)
  More...
 
static void removePointFromList (List< Point > stack, Point toRemove)
  More...
 

Detailed Description

Trieda obsahujuca pomocne metodz pre pracu s LISTom

Member Function Documentation

static Boolean Diplo.Drawing.Libs.ListHelper.isPointInList ( List< Point >  list,
Point  toFind 
)
static

Metoda zisti, ci sa bod nachadza v zozname

Parameters
listList - zoznam, v ktorom hladame
toFindbod - ! pozor objekt : System.Drawing.Point
Returns
static Boolean Diplo.Drawing.Libs.ListHelper.isPointInList ( List< CoridorPoint list,
CoridorPoint  toFind 
)
static

Metoda zisti, ci sa bod nachadza v zozname - LIST

Parameters
listList - zoznam, v ktorom hladame
toFindbod - ! pozor objekt : CoridorPoint
Returns
static void Diplo.Drawing.Libs.ListHelper.removePointFromList ( List< Point >  stack,
Point  toRemove 
)
static

Metoda vymaze bod z zoznamu / List - vymaze sa iba taky bod, ktory ma rovnaku X a Y suradnicu

Parameters
stackStack
toRemoveBod na vymazanie - ! pozor objekt : System.Drawing.Point

The documentation for this class was generated from the following file: