'Declaration
Public Function New( _ ByVal shape As CustomShape _ )
'Usage
Dim shape As CustomShape Dim instance As New CustomShape(shape)
public CustomShape( CustomShape shape )
Parameters
- shape
- Shape to copy.
'Declaration
Public Function New( _ ByVal shape As CustomShape _ )
'Usage
Dim shape As CustomShape Dim instance As New CustomShape(shape)
public CustomShape( CustomShape shape )