pascalabcnet/PABCNetHelp/PABCUnits/WPFObjects/Files/Intersection functions.html

11 lines
952 B
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<HTML><HEAD><object type="application/x-oleobject" classid="clsid:1e2a7bd0-dab9-11d0-b93a-00c04fc99f9e">
<param name="Keyword" value="ObjectsIntersect">
<param name="Keyword" value="ObjectUnderPoint"></object>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1251"><link rel="StyleSheet" href="../../../default.css">
</HEAD><body><H1>Функции пересечения</H1>
<table border=0 cellpadding=5><tr><td><code><b>function</b> ObjectsIntersect(o1,o2: ObjectWPF): boolean;</code>
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Возвращает True если графические объекты пересекаются</td></tr>
<tr><td><code><b>function</b> ObjectUnderPoint(x,y: real): ObjectWPF;</code>
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Возвращает графический объект под точкой с координатами (x,y) или nil</td></tr>
</table>
</body></HTML>