ImageGear v26.5 - Updated
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearRasterPage Class / ImGearRasterPage Constructor / ImGearRasterPage Constructor()




In This Topic
    ImGearRasterPage Constructor()
    In This Topic
    Initializes a new instance of the ImGearRasterPage class with default attributes.
    Syntax
    'Declaration
     
    Public Function New()
    'Usage
     
    Dim instance As New ImGearRasterPage()
    public ImGearRasterPage()
    public: ImGearRasterPage();
    public:
    ImGearRasterPage();
    Remarks
    This default ImGearRasterPage constructor allocates and initializes a 1 x 1 24-bit RGB image.
    See Also