ICanvasRenderingContext2D.DrawFocusIfNeeded

ICanvasRenderingContext2D.DrawFocusIfNeeded method

If a given element is focused, this method draws a focus ring around the current path.

public void DrawFocusIfNeeded(Element element)
ParameterTypeDescription
elementElementThe element to check whether it is focused or not.

See Also