ComponentOne Bitmap for WPF
CreateStrokedGeometryRealization Method

C1.WPF.DX.4 Assembly > C1.Util.DX.Direct2D Namespace > DeviceContext1 Class : CreateStrokedGeometryRealization Method
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 System.Single, _
   ByVal strokeWidth As System.Single, _
   ByVal strokeStyle As StrokeStyle _
) As GeometryRealization
public GeometryRealization CreateStrokedGeometryRealization( 
   Geometry geometry,
   System.float flatteningTolerance,
   System.float strokeWidth,
   StrokeStyle strokeStyle
)

Parameters

geometry
flatteningTolerance
strokeWidth
strokeStyle
See Also

Reference

DeviceContext1 Class
DeviceContext1 Members