ImageGear .NET v25.2 - Updated
ImageGear.Formats.Dicom Assembly / ImageGear.Formats.DICOM Namespace / ImGearVOIWindow Structure / ImGearVOIWindow Constructor / ImGearVOIWindow Constructor(Int32,Int32)
Window Center.
Window Width.




In This Topic
    ImGearVOIWindow Constructor(Int32,Int32)
    In This Topic
    Initializes a new instance of the ImGearVOIWindow struct.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal center As Integer, _
       ByVal width As Integer _
    )
    'Usage
     
    Dim center As Integer
    Dim width As Integer
     
    Dim instance As New ImGearVOIWindow(center, width)
    public ImGearVOIWindow( 
       int center,
       int width
    )
    public: ImGearVOIWindow( 
       int center,
       int width
    )
    public:
    ImGearVOIWindow( 
       int center,
       int width
    )

    Parameters

    center
    Window Center.
    width
    Window Width.

    Return Value

    The new instance of ImGearVOIWindow structure object.
    Remarks
    This constructor creates new instance of ImGearVOIWindow structure object, using the specified 32-bit values for window center and width.
    See Also