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