Ejemplo n.º 1
0
        public override int HitTest(PointF point)
        {
            int num = CocoStudioEngineAdapterPINVOKE.CSCanvas_HitTest(this.swigCPtr, Vec2.getCPtr(new Vec2(point.X, point.Y)));

            if (CocoStudioEngineAdapterPINVOKE.SWIGPendingException.Pending)
            {
                throw CocoStudioEngineAdapterPINVOKE.SWIGPendingException.Retrieve();
            }
            return(num);
        }