ImageGear .NET - Updated March 30, 2018
ImGearLayeredPage Constructor(ImGearPage)




ImageGear24.Core Assembly > ImageGear.Processing.Layers Namespace > ImGearLayeredPage Class > ImGearLayeredPage Constructor : ImGearLayeredPage Constructor(ImGearPage)
Page to copy DIB and Metadata from.
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)

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

Reference

ImGearLayeredPage Class
ImGearLayeredPage Members
Overload List