[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;
DHTMLBehavior Class | DHTMLBehavior Members | System.Web.UI.Design Namespace | Interop.Trident.IHTMLPainter