ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.Direct2D Namespace / RenderInformation Class / SetInstructionCountHint Method

In This Topic
    SetInstructionCountHint Method
    In This Topic
    void ID2D1RenderInfo::SetInstructionCountHint([In] unsigned int instructionCount)
    Syntax
    'Declaration
     
    Public Sub SetInstructionCountHint( _
       ByVal instructionCount As System.Integer _
    ) 
    public void SetInstructionCountHint( 
       System.int instructionCount
    )

    Parameters

    instructionCount
    See Also