ImageGear .NET
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
public LayerPropertiesBox( 
   ImGearLayeredPage layeredPage,
   ImGearLayer imageLayer
)
public: LayerPropertiesBox( 
   ImGearLayeredPage* layeredPage,
   ImGearLayer* imageLayer
)
public:
LayerPropertiesBox( 
   ImGearLayeredPage^ layeredPage,
   ImGearLayer^ imageLayer
)
'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)

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

 

 


©2017. Accusoft Corporation. All Rights Reserved.

Send Feedback