ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.Direct2D Namespace / SourceTransform Interface / SetRenderInfo Method

The interface supplied to the transform to allow specifying the precision-based transform pass.


In This Topic
    SetRenderInfo Method (SourceTransform)
    In This Topic
    Provides a render information interface to the source transform to allow it to specify state to the rendering system. This part of the render information interface is shared with the GPU transform.
    Syntax
    'Declaration
     
    Sub SetRenderInfo( _
       ByVal renderInfo As RenderInformation _
    ) 
    void SetRenderInfo( 
       RenderInformation renderInfo
    )

    Parameters

    renderInfo

    The interface supplied to the transform to allow specifying the precision-based transform pass.

    See Also