예제 #1
0
	public  SvgMatrix getTransformToElement(SvgElement element) { return default(SvgMatrix); }
예제 #2
0
	public  NodeList getIntersectionList(SvgRect rect, SvgElement referenceElement) { return default(NodeList); }
예제 #3
0
 public SvgMatrix getTransformToElement(SvgElement element)
 {
     return(default(SvgMatrix));
 }
예제 #4
0
	public  bool checkIntersection(SvgElement element, SvgRect rect) { return default(bool); }
예제 #5
0
	public  bool checkEnclosure(SvgElement element, SvgRect rect) { return default(bool); }
예제 #6
0
	public  NodeList getEnclosureList(SvgRect rect, SvgElement referenceElement) { return default(NodeList); }
예제 #7
0
 public bool checkEnclosure(SvgElement element, SvgRect rect)
 {
     return(default(bool));
 }
예제 #8
0
 public bool checkIntersection(SvgElement element, SvgRect rect)
 {
     return(default(bool));
 }
예제 #9
0
 public NodeList getEnclosureList(SvgRect rect, SvgElement referenceElement)
 {
     return(default(NodeList));
 }
예제 #10
0
 public NodeList getIntersectionList(SvgRect rect, SvgElement referenceElement)
 {
     return(default(NodeList));
 }