Initializes a new instance of the PlaneItem class with the specified backdrop info.
Syntax
'Declaration
Public Function New( _
ByVal As Backdrop _
)
public PlaneItem(
Backdrop
)
Parameters
- backdrop
- Specifies the backdrop information used to fill the wall rectangle.
See Also