ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.Direct2D Namespace / InputDescription Structure / InputDescription Constructor
The type of filter to apply to the input texture
The mip level to retrieve from the upstream transform, if specified.

In This Topic
    InputDescription Constructor
    In This Topic
    Initializes a new instance of InputDescription struct.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal filter As Filter, _
       ByVal levelOfDetail As Integer _
    )
    public InputDescription( 
       Filter filter,
       int levelOfDetail
    )

    Parameters

    filter
    The type of filter to apply to the input texture
    levelOfDetail
    The mip level to retrieve from the upstream transform, if specified.
    See Also