ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.Direct2D.Effects Namespace / BitmapSource Class / Create Method

In This Topic
    Create Method (BitmapSource)
    In This Topic
    Initializes a new instance of BitmapSource effect.
    Syntax
    'Declaration
     
    Public Shared Function Create( _
       ByVal context As DeviceContext _
    ) As BitmapSource
    public static BitmapSource Create( 
       DeviceContext context
    )

    Parameters

    context
    See Also