ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.Direct2D Namespace / CustomEffectNative Class / PrepareForRender Method

In This Topic
    PrepareForRender Method (CustomEffectNative)
    In This Topic
    HRESULT ID2D1EffectImpl::PrepareForRender([In] D2D1_CHANGE_TYPE changeType)
    Syntax
    'Declaration
     
    Public Sub PrepareForRender( _
       ByVal changeType As ChangeType _
    ) 
    public void PrepareForRender( 
       ChangeType changeType
    )

    Parameters

    changeType
    See Also