C1.Win.C1DX.4.8 Assembly / C1.Util.DX.Direct2D Namespace / Factory Class / CreateRoundedRectangleGeometry Method

In This Topic
CreateRoundedRectangleGeometry Method
In This Topic
HRESULT ID2D1Factory::CreateRoundedRectangleGeometry([In] const D2D1_ROUNDED_RECT* roundedRectangle,[Out, Fast] ID2D1RoundedRectangleGeometry** roundedRectangleGeometry)
Syntax
'Declaration
 
Public Function CreateRoundedRectangleGeometry( _
   ByRef roundedRectangle As RoundedRectangle _
) As RoundedRectangleGeometry
 

Parameters

roundedRectangle
See Also