ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 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 Integer _
    ) 
    public void SetInstructionCountHint( 
       int instructionCount
    )

    Parameters

    instructionCount
    See Also