예제 #1
0
 internal override bool IsPointInsideRectangle(Point point)
 {
     return(RotatedRect.Contains(point));
 }