DicomObjects.NET.V8
DicomObjects Namespace / DicomLabel Class / IsInterpolated Property



    IsInterpolated Property
    Specify if the DicomLabel is Interpolated
    Syntax
    'Declaration
     
    Public Property IsInterpolated As Boolean
     
    'Usage
     
    Dim instance As DicomLabel
    Dim value As Boolean
     
    instance.IsInterpolated = value
     
    value = instance.IsInterpolated
    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.0 or higher

    See Also