4 references to PathAddLineAsSegments
System.Windows.Forms.DataVisualization (4)
Common\Annotation\CalloutAnnotation.cs (4)
1878
PathAddLineAsSegments
(path, rect.X+cornerRadius, rect.Y, rect.Right-cornerRadius, rect.Y, segments);
1882
PathAddLineAsSegments
(path, rect.Right, rect.Y + cornerRadius, rect.Right, rect.Bottom - cornerRadius, segments);
1886
PathAddLineAsSegments
(path, rect.Right-cornerRadius, rect.Bottom, rect.X + cornerRadius, rect.Bottom, segments);
1890
PathAddLineAsSegments
(path, rect.X, rect.Bottom-cornerRadius, rect.X, rect.Y+cornerRadius, segments);