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