Table of Contents

Method GetNextChild

Namespace
PaintDotNet.Direct2D1
Assembly
PaintDotNet.Windows.dll

GetNextChild(ISvgElement)

Gets the next sibling of the referenceChild element.

ISvgElement? GetNextChild(ISvgElement referenceChild)

Parameters

referenceChild ISvgElement

The referenceChild must be an immediate child of this element.

Returns

ISvgElement

Non-null if the referenceChild has a next sibling. If the referenceChild is the last child, the return value is null.