4 references to CreateRoundedRectPath
System.Windows.Forms.DataVisualization (4)
Common\Borders3D\EmbossBorder.cs (3)
225
GraphicsPath path = graph.
CreateRoundedRectPath
(shadowRect, cornerRadius);
247
graph.
CreateRoundedRectPath
(
254
innerShadowRegion.Complement(graph.
CreateRoundedRectPath
(shadowRect, cornerRadius));
Common\General\ChartGraphics.cs (1)
4815
GraphicsPath path =
CreateRoundedRectPath
(rect, cornerRadius);