Exemplo n.º 1
0
 public bool checkEnclosure(SvgElement element, SvgRect rect)
 {
     return(default(bool));
 }
Exemplo n.º 2
0
 public NodeList getEnclosureList(SvgRect rect, SvgElement referenceElement)
 {
     return(default(NodeList));
 }
Exemplo n.º 3
0
 public bool checkIntersection(SvgElement element, SvgRect rect)
 {
     return(default(bool));
 }
Exemplo n.º 4
0
 public NodeList getIntersectionList(SvgRect rect, SvgElement referenceElement)
 {
     return(default(NodeList));
 }
Exemplo n.º 5
0
	public  NodeList getIntersectionList(SvgRect rect, SvgElement referenceElement) { return default(NodeList); }
Exemplo n.º 6
0
	public  bool checkEnclosure(SvgElement element, SvgRect rect) { return default(bool); }
Exemplo n.º 7
0
	public  bool checkIntersection(SvgElement element, SvgRect rect) { return default(bool); }
Exemplo n.º 8
0
	public  NodeList getEnclosureList(SvgRect rect, SvgElement referenceElement) { return default(NodeList); }