System.Drawing.Point
represents a GDI point and is used in Windows Forms. It can only hold integer values.
WPF doesn't use GDI anymore, so it has its own System.Windows.Point
type to represents a point, which can have non integer values.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…