10 references to CreateRoundedRectPath
System.Web.DataVisualization (10)
Common\Borders3D\EmbedBorder.cs (6)
973
GraphicsPath path = graph.
CreateRoundedRectPath
(shadowRect, cornerRadius);
1028
graph.
CreateRoundedRectPath
(
1035
innerShadowRegion.Complement(graph.
CreateRoundedRectPath
(shadowRect, cornerRadius));
1058
graph.
CreateRoundedRectPath
(
1069
innerShadowRegion.Complement(graph.
CreateRoundedRectPath
(shadowWithOffset, cornerRadius));
1071
innerShadowRegion.Intersect(graph.
CreateRoundedRectPath
(shadowRect, cornerRadius));
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);