2 overrides of AdjustLineCoordinates
System.Windows.Forms.DataVisualization (2)
Common\Annotation\LineAnnotation.cs (2)
796 override internal void AdjustLineCoordinates(ref PointF point1, ref PointF point2, ref RectangleF selectionRect) 885 override internal void AdjustLineCoordinates(ref PointF point1, ref PointF point2, ref RectangleF selectionRect)
3 references to AdjustLineCoordinates
System.Windows.Forms.DataVisualization (3)
Common\Annotation\LineAnnotation.cs (3)
575 AdjustLineCoordinates(ref firstPoint, ref secondPoint, ref selectionRect); 803 base.AdjustLineCoordinates(ref point1, ref point2, ref selectionRect); 892 base.AdjustLineCoordinates(ref point1, ref point2, ref selectionRect);