VintaSoft Imaging .NET SDK 15.0: Documentation for .NET developer
Vintasoft.Imaging.Dicom.Mpr Namespace / MprPerpendicularMultiSlice Class / SetWidth(Int32) Method
Syntax Requirements SeeAlso
In This Topic
    SetWidth(Int32) Method (MprPerpendicularMultiSlice)
    In This Topic
    Calculate the slice height so that the specified number of images fits when rendering.
    Syntax
    'Declaration
    
    Public Sub SetWidth( _
    ByVal columnCount
    The column count.
    As System.Int32 _
    )
    public void SetWidth(
    System.Int32 columnCount
    )
    public: void SetWidth(
    System.Int32 columnCount
    )
    public:
    void SetWidth(
    System.Int32 columnCount
    )

    Parameters

    columnCount
    The column count.
    Requirements

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

    See Also