ImageGear .NET v25.2 - Updated
ImageGear.Dicom.Forms Assembly / ImageGear.Dicom.Forms Namespace / ImGearMprSagittalController Class / ImGearMprSagittalController Constructor
Associated page view.




In This Topic
    ImGearMprSagittalController Constructor
    In This Topic
    Initializes a new instance of the ImGearMprSagittalController class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal pageView As ImGearPageView _
    )
    'Usage
     
    Dim pageView As ImGearPageView
     
    Dim instance As New ImGearMprSagittalController(pageView)
    public ImGearMprSagittalController( 
       ImGearPageView pageView
    )
    public: ImGearMprSagittalController( 
       ImGearPageView* pageView
    )
    public:
    ImGearMprSagittalController( 
       ImGearPageView^ pageView
    )

    Parameters

    pageView
    Associated page view.
    See Also