Within
Espacio de nombres: Digi21.DigiNG.Entities.Relations
Ensamblado: Digi21.DigiNG
Indica si la línea está completamente dentro del área.
Sobrecargas
Within(ReadOnlyLine, ReadOnlyLine) | Indica si la línea está completamente dentro del área de tipo ReadOnlyLine. |
Within(ReadOnlyLine, ReadOnlyPolygon) | Indica si la línea está completamente dentro del área de tipo ReadOnlyPolygon. |
Within(ReadOnlyLine, ReadOnlyLine)
Indica si la línea está completamente dentro del área de tipo ReadOnlyLine.
public static bool Within(ReadOnlyLine line, ReadOnlyLine area)
Parámetros
line
ReadOnlyLine
Línea.
area
ReadOnlyLine
Área.
Devuelve
Boolean
Verdadero si la línea está completamente dentro del área.
Within(ReadOnlyLine, ReadOnlyPolygon)
Indica si la línea está completamente dentro del área de tipo ReadOnlyPolygon.
public static bool Within(ReadOnlyLine line, ReadOnlyPolygon area)
Parámetros
line
ReadOnlyLine
Línea.
area
ReadOnlyPolygon
Área.
Devuelve
Boolean
Verdadero si la línea está completamente dentro del área.