Skip to content

Arc.OnRender(DrawingContext) method

Defined in

Type: Arc Namespace: CrissCross.WPF.UI.Controls Assembly: CrissCross.WPF.UI.dll

Applies to

net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481

protected override void OnRender(DrawingContext drawingContext)

Summary: Overrides the default OnRender method to draw the Arc element.

Parameters

NameTypeDescription
drawingContextDrawingContextA DrawingContext object that is drawn during the rendering pass of this Shape.