ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Processing.Layers Namespace / ImGearLayeredPage Class / ImGearLayeredPage Constructor / ImGearLayeredPage Constructor(ImGearPage)
Page to copy DIB and Metadata from.




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

    Parameters

    page
    Page to copy DIB and Metadata from.
    Remarks
    Creates a layered page from the specified ImageGear.Core.ImGearPage, by copying its DIB and Metadata, and creating an empty array of layers.
    See Also