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




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

    Parameters

    pageView
    Associated page view.
    See Also