ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.Direct2D Namespace / DeviceContext1 Class / CreateFilledGeometryRealization Method

In This Topic
    CreateFilledGeometryRealization Method
    In This Topic
    HRESULT ID2D1DeviceContext1::CreateFilledGeometryRealization([In] ID2D1Geometry* geometry,[In] float flatteningTolerance,[Out] ID2D1GeometryRealization** geometryRealization)
    Syntax
    'Declaration
     
    Public Function CreateFilledGeometryRealization( _
       ByVal geometry As Geometry, _
       ByVal flatteningTolerance As System.Single _
    ) As GeometryRealization
    public GeometryRealization CreateFilledGeometryRealization( 
       Geometry geometry,
       System.float flatteningTolerance
    )

    Parameters

    geometry
    flatteningTolerance
    See Also