ImageGear .NET v25.2 - Updated
ImageGear.Windows.Forms Assembly / ImageGear.Windows.Forms Namespace / LayerPropertiesBox Class / LayerPropertiesBox Constructor
Reference to the layered page whose image layer is accessed.
Reference to the layer to edit.




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

    Parameters

    layeredPage
    Reference to the layered page whose image layer is accessed.
    imageLayer
    Reference to the layer to edit.
    See Also