ImageGear PDF v25.2 - Updated
LayerPropertiesBox Constructor




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.
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

Reference

LayerPropertiesBox Class
LayerPropertiesBox Members
ImGearLayeredPage Class
ImGearLayer Class

Is this page helpful?
Yes No
Thanks for your feedback.