VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Dicom.Mpr Namespace / MprPolylineSlice Class / CreateCopy() Method
Syntax Requirements SeeAlso
In This Topic
    CreateCopy() Method (MprPolylineSlice)
    In This Topic
    Creates a new MprPolylineSlice that is a copy of the current instance.
    Syntax
    'Declaration
    
    Public Overrides Function CreateCopy() As MprSlice
    
    
    public override MprSlice CreateCopy()
    
    
    public: MprSlice* CreateCopy(); override
    
    
    public:
    MprSlice^ CreateCopy(); override

    Return Value

    A new MprPolylineSlice that is a copy of the current instance.
    Requirements

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

    See Also