Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / RenderContextBase Class / DrawQuadWithColorRange Method / DrawQuadWithColorRange(RectangleF,Color,Color,Boolean,Single) Method

In This Topic
    DrawQuadWithColorRange(RectangleF,Color,Color,Boolean,Single) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Sub DrawQuadWithColorRange( _
       ByVal rect As RectangleF, _
       ByVal color1 As Color, _
       ByVal color2 As Color, _
       ByVal reflection As Boolean, _
       ByVal reflectionIntensity As Single _
    ) 
    public void DrawQuadWithColorRange( 
       RectangleF rect,
       Color color1,
       Color color2,
       bool reflection,
       float reflectionIntensity
    )

    Parameters

    rect
    color1
    color2
    reflection
    reflectionIntensity
    See Also