ComponentOne Bitmap for UWP
CreateRoundedRectangleGeometry Method

C1.UWP.DX Assembly > C1.Util.DX.Direct2D Namespace > Factory Class : CreateRoundedRectangleGeometry Method
HRESULT ID2D1Factory::CreateRoundedRectangleGeometry([In] const D2D1_ROUNDED_RECT* roundedRectangle,[Out, Fast] ID2D1RoundedRectangleGeometry** roundedRectangleGeometry)
Syntax
'Declaration
 
Public Function CreateRoundedRectangleGeometry( _
   ByRef roundedRectangle As RoundedRectangle _
) As RoundedRectangleGeometry
public RoundedRectangleGeometry CreateRoundedRectangleGeometry( 
   ref RoundedRectangle roundedRectangle
)

Parameters

roundedRectangle
See Also

Reference

Factory Class
Factory Members