ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.Direct2D Namespace / DrawInformation Class / SetPixelShader Method

In This Topic
    SetPixelShader Method
    In This Topic
    HRESULT ID2D1DrawInfo::SetPixelShader([In] const GUID& shaderId,[In] D2D1_PIXEL_OPTIONS pixelOptions)
    Syntax
    'Declaration
     
    Public Sub SetPixelShader( _
       ByVal shaderId As System.Guid, _
       ByVal pixelOptions As PixelOptions _
    ) 
    public void SetPixelShader( 
       System.Guid shaderId,
       PixelOptions pixelOptions
    )

    Parameters

    shaderId
    pixelOptions
    See Also