Stripe Constructor(Stripe)
In This Topic
Creates a new axis stripe that is a deep copy of the specified axis stripe.
Syntax
'Declaration
Public Function New( _
ByVal As Stripe _
)
'Usage
Dim stripe As Stripe
Dim instance As New Stripe(stripe)
Parameters
- stripe
- Stripe to copy.
See Also