subtractFromPoint
subtractFromPoint(
pA
,pB
):void
Decrease the x,y of point A by the x,y of point B.
Parameters
• pA: IPoint
• pB: IPoint
Returns
void
subtractFromPoint(
pA
,pB
):void
Decrease the x,y of point A by the x,y of point B.
• pA: IPoint
• pB: IPoint
void