Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / D3DRenderContext Class / SetStateInternal Method / SetStateInternal(blendStateType,Boolean,Boolean,Boolean,Boolean) Method

In This Topic
    SetStateInternal(blendStateType,Boolean,Boolean,Boolean,Boolean) Method
    In This Topic
    Syntax
    'Declaration
     
    Protected Overloads Overrides Sub SetStateInternal( _
       ByVal state As blendStateType, _
       ByVal red As Boolean, _
       ByVal green As Boolean, _
       ByVal blue As Boolean, _
       ByVal alpha As Boolean _
    ) 
    protected override void SetStateInternal( 
       blendStateType state,
       bool red,
       bool green,
       bool blue,
       bool alpha
    )

    Parameters

    state
    red
    green
    blue
    alpha
    See Also