'Declaration Public Function New( _ ByVal topLeft As Object, _ ByVal topRight As Object, _ ByVal bottomRight As Object, _ ByVal bottomLeft As Object _ )
'Usage Dim topLeft As Object Dim topRight As Object Dim bottomRight As Object Dim bottomLeft As Object Dim instance As New CornerRadiusReplacementConverter(topLeft, topRight, bottomRight, bottomLeft)
public CornerRadiusReplacementConverter( object topLeft, object topRight, object bottomRight, object bottomLeft )
Parameters
- topLeft
- topRight
- bottomRight
- bottomLeft