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

In This Topic
    DrawQuadWithColorRange(RectangleF,Color,Color) Method
    In This Topic
    Syntax
    'Declaration
     
    Protected Overloads MustOverride Sub DrawQuadWithColorRange( _
       ByVal rect As RectangleF, _
       ByVal color1 As Color, _
       ByVal color2 As Color _
    ) 
    protected abstract void DrawQuadWithColorRange( 
       RectangleF rect,
       Color color1,
       Color color2
    )

    Parameters

    rect
    color1
    color2
    See Also