DicomObjects.NET.8.48 Documentation
DicomObjects.Delegates Namespace / CustomSmoothingFunctionDelegate Delegate
Pixel Offset
Filter Mode needs to be set to
Size of the Vector4 Subresource for DX smoothing buffer, default value is 256

In This Topic
    CustomSmoothingFunctionDelegate Delegate
    In This Topic
    Customer Defined Smoothing function for DX rendering
    Syntax
    'Declaration
     
    
    Public Delegate Function CustomSmoothingFunctionDelegate( _
       ByRef Offset As SharpDX.Vector2, _
       ByVal Mode As FilterMode, _
       Optional ByVal SmoothingSize As System.Integer _
    ) As SharpDX.Vector4()
    public delegate SharpDX.Vector4[] CustomSmoothingFunctionDelegate( 
       out SharpDX.Vector2 Offset,
       FilterMode Mode,
       System.int SmoothingSize
    )

    Parameters

    Offset
    Pixel Offset
    Mode
    Filter Mode needs to be set to
    SmoothingSize
    Size of the Vector4 Subresource for DX smoothing buffer, default value is 256
    Requirements