ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.Direct3D11 Namespace / RenderTargetBlendDescription Structure / RenderTargetBlendDescription Constructor
The is blend enabled.
The source blend.
The destination blend.
The blend operation.
The source alpha blend.
The destination alpha blend.
The alpha blend operation.
The render target write mask.

In This Topic
    RenderTargetBlendDescription Constructor
    In This Topic
    Initializes a new instance of the RenderTargetBlendDescription struct.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal isBlendEnabled As System.Boolean, _
       ByVal sourceBlend As BlendOption, _
       ByVal destinationBlend As BlendOption, _
       ByVal blendOperation As BlendOperation, _
       ByVal sourceAlphaBlend As BlendOption, _
       ByVal destinationAlphaBlend As BlendOption, _
       ByVal alphaBlendOperation As BlendOperation, _
       ByVal renderTargetWriteMask As ColorWriteMaskFlags _
    )

    Parameters

    isBlendEnabled
    The is blend enabled.
    sourceBlend
    The source blend.
    destinationBlend
    The destination blend.
    blendOperation
    The blend operation.
    sourceAlphaBlend
    The source alpha blend.
    destinationAlphaBlend
    The destination alpha blend.
    alphaBlendOperation
    The alpha blend operation.
    renderTargetWriteMask
    The render target write mask.
    See Also