Table of Contents

Method FindElementByID

Namespace
PaintDotNet.Direct2D1
Assembly
PaintDotNet.Windows.dll

FindElementByID(string)

Gets the SVG element with the specified ID.

ISvgElement? FindElementByID(string id)

Parameters

id string

ID of the element to retrieve.

Returns

ISvgElement

The element matching the specified ID. If the element cannot be found, the returned element will be null.