DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomLabel Class / IsInterpolated Property

In This Topic
    IsInterpolated Property
    In This Topic
    Specify if the DicomLabel is Interpolated
    Syntax
    'Declaration
     
    
    Public Property IsInterpolated As System.Boolean
    public System.bool IsInterpolated {get; set;}
    Remarks
    Curving/Smoothing will be appleid if this property is set to true. This only applies to Label of type Polyline and Polygon.
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also