VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Annotation.Wpf.UI.Undo Namespace / WpfAnnotationViewUndoAction Class / SetSourceItem(ICloneable,ICloneable) Method
Syntax Requirements SeeAlso
In This Topic
    SetSourceItem(ICloneable,ICloneable) Method (WpfAnnotationViewUndoAction)
    In This Topic
    Changes the source item in SourceItems.
    Syntax
    'Declaration
    
    Protected Overrides Sub SetSourceItem( _
    ByVal oldSourceItem
    Old source item of action.
    As System.ICloneable, _
    ByVal newSourceItem
    New source item of action.
    As System.ICloneable _
    )
    protected override void SetSourceItem(
    System.ICloneable oldSourceItem,
    System.ICloneable newSourceItem
    )
    protected: void SetSourceItem(
    System.ICloneable oldSourceItem,
    System.ICloneable newSourceItem
    ); override
    protected:
    void SetSourceItem(
    System.ICloneable oldSourceItem,
    System.ICloneable newSourceItem
    ); override

    Parameters

    oldSourceItem
    Old source item of action.
    newSourceItem
    New source item of action.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also