ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.Direct2D Namespace / GeometryRealization Class / Create Method / Create(DeviceContext1,Geometry,Single) Method
The device context where the created instance should be attached to.
The geometry to realize.
The flattening tolerance to use when converting Beziers to line segments. This parameter shares the same units as the coordinates of the geometry.

In This Topic
    Create(DeviceContext1,Geometry,Single) Method
    In This Topic
    Creates a device-dependent representation of the fill of the geometry that can be subsequently rendered.
    Syntax
    'Declaration
     
    Public Overloads Shared Function Create( _
       ByVal context As DeviceContext1, _
       ByVal geometry As Geometry, _
       ByVal flatteningTolerance As Single _
    ) As GeometryRealization

    Parameters

    context
    The device context where the created instance should be attached to.
    geometry
    The geometry to realize.
    flatteningTolerance
    The flattening tolerance to use when converting Beziers to line segments. This parameter shares the same units as the coordinates of the geometry.
    See Also