ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.Direct3D11 Namespace / SamplerState Class / SamplerState Constructor
The native pointer.

In This Topic
    SamplerState Constructor
    In This Topic
    Initializes a new instance of the SamplerState class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal nativePtr As IntPtr _
    )
    public SamplerState( 
       IntPtr nativePtr
    )

    Parameters

    nativePtr
    The native pointer.
    See Also