ImageGear .NET v25.2 - Updated
ImageGear.Windows.Forms Assembly / ImageGear.Windows.Forms Namespace / AntiAliasingOptions Class / AntiAliasingOptions Constructor
Page view to modify the display options of.




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

    Parameters

    pageView
    Page view to modify the display options of.
    See Also