NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

DHTMLBehavior.HitTestPoint

[To be supplied.]

[Visual Basic]
Overridable Public Function HitTestPoint( _
   ByVal ptx As Integer, _
   ByVal pty As Integer, _
   ByVal pbHit() As Integer, _
   ByVal plPartID() As Integer _
) As Boolean
[C#]
public virtual bool HitTestPoint(
   int ptx,
   int pty,
   int[] pbHit,
   int[] plPartID
);
[C++]
public: virtual bool HitTestPoint(
   int ptx,
   int pty,
   int* pbHit[],
   int* plPartID[]
);
[JScript]
public function HitTestPoint(
   ptx : int,
   pty : int,
   pbHit : int[],
   plPartID : int[]
) : Boolean;

Parameters

ptx
X coordinate.
pty
Y coordinate.
pbHit
[To be supplied.]
plPartID
ID for the part or parts to test if hit.

See Also

DHTMLBehavior Class | DHTMLBehavior Members | System.Web.UI.Design Namespace | Interop.Trident.IHTMLPainter