IsClickedMe
<< Click to Display Table of Contents >> Navigation: TMyShape > Methods > IsClickedMe |
function IsClickedMe(MyCanvas:TCanvas;APoint: TPoint): Boolean; virtual;
Description
you can judge a point in shape or not.
Return:
true : point in this shape.
fasle : point not in this shape.