'Declaration Public Shared Function CreateSimpleClipGeometry( _ ByVal width As Double, _ ByVal height As Double _ ) As RectangleGeometry
'Usage Dim width As Double Dim height As Double Dim value As RectangleGeometry value = RoundedCornerViewBox.CreateSimpleClipGeometry(width, height)
public static RectangleGeometry CreateSimpleClipGeometry( double width, double height )
Parameters
- width
- height