ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 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 Single _
    ) As GeometryRealization
    public GeometryRealization CreateFilledGeometryRealization( 
       Geometry geometry,
       float flatteningTolerance
    )

    Parameters

    geometry
    flatteningTolerance
    See Also