ComponentOne Bitmap for WPF
CreateFilledGeometryRealization Method

C1.WPF.DX.4 Assembly > C1.Util.DX.Direct2D Namespace > DeviceContext1 Class : CreateFilledGeometryRealization Method
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

Reference

DeviceContext1 Class
DeviceContext1 Members