ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.Direct2D Namespace / DeviceContext1 Class / CreateStrokedGeometryRealization Method

In This Topic
    CreateStrokedGeometryRealization Method
    In This Topic
    HRESULT ID2D1DeviceContext1::CreateStrokedGeometryRealization([In] ID2D1Geometry* geometry,[In] float flatteningTolerance,[In] float strokeWidth,[In, Optional] ID2D1StrokeStyle* strokeStyle,[Out] ID2D1GeometryRealization** geometryRealization)
    Syntax
    'Declaration
     
    Public Function CreateStrokedGeometryRealization( _
       ByVal geometry As Geometry, _
       ByVal flatteningTolerance As Single, _
       ByVal strokeWidth As Single, _
       ByVal strokeStyle As StrokeStyle _
    ) As GeometryRealization
    public GeometryRealization CreateStrokedGeometryRealization( 
       Geometry geometry,
       float flatteningTolerance,
       float strokeWidth,
       StrokeStyle strokeStyle
    )

    Parameters

    geometry
    flatteningTolerance
    strokeWidth
    strokeStyle
    See Also