public Point2D ApplyOnPoint(Point2D point)
{
return ApplyOnPoint(matrix, point);
}
エラー 1 一貫性のないアクセシビリティ: パラメータ タイプ 'hw4.Point2D' は、メソッド 'hw4.TransformationMatrix.ApplyOnPoint(hw4.Point2D)' よりもアクセスしにくい G:\home\יסומים\hw4\hw4\TransformationMatrix.cs 49 24 hw4