ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.Direct2D Namespace / GeometrySinkShadow Class / ToIntPtr Method
The geometry sink.

In This Topic
    ToIntPtr Method (GeometrySinkShadow)
    In This Topic
    Get a native callback pointer from a managed callback.
    Syntax
    'Declaration
     
    Public Shared Function ToIntPtr( _
       ByVal geometrySink As GeometrySink _
    ) As IntPtr
    public static IntPtr ToIntPtr( 
       GeometrySink geometrySink
    )

    Parameters

    geometrySink
    The geometry sink.

    Return Value

    A pointer to the unmanaged geometry sink counterpart
    See Also