Table of Contents

Method GetPreviousChild

Namespace
PaintDotNet.Direct2D1
Assembly
PaintDotNet.Windows.dll

GetPreviousChild(ISvgElement)

Gets the previous sibling of the referenceChild element.

ISvgElement? GetPreviousChild(ISvgElement referenceChild)

Parameters

referenceChild ISvgElement

The referenceChild must be an immediate child of this element.

Returns

ISvgElement

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